Инициализация проекта
This commit is contained in:
commit
f0349cd899
11 changed files with 111 additions and 0 deletions
19
.vscode/tasks.json
vendored
Normal file
19
.vscode/tasks.json
vendored
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"version": "2.0.0",
|
||||
"tasks": [
|
||||
{
|
||||
"label": "dub: build example (debug)",
|
||||
"type": "shell",
|
||||
"command": "dub",
|
||||
"args": [
|
||||
"build",
|
||||
":example",
|
||||
"--build=debug"
|
||||
],
|
||||
"options": {
|
||||
"cwd": "${workspaceFolder}"
|
||||
},
|
||||
"problemMatcher": []
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue