Инициализация проекта
This commit is contained in:
commit
f0349cd899
11 changed files with 111 additions and 0 deletions
14
.vscode/launch.json
vendored
Normal file
14
.vscode/launch.json
vendored
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"type": "code-d",
|
||||
"request": "launch",
|
||||
"name": "Debug example (task build)",
|
||||
"preLaunchTask": "dub: build example (debug)",
|
||||
"dubBuild": false,
|
||||
"program": "${workspaceFolder}/bin/example",
|
||||
"cwd": "${workspaceFolder}"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue