This commit is contained in:
Alexander Zhirov 2025-05-24 22:01:59 +03:00
parent a193f53871
commit fe55e8680f
Signed by: alexander
GPG key ID: C8D8BE544A27C511
4 changed files with 24 additions and 13 deletions

3
.vscode/launch.json vendored
View file

@ -10,7 +10,8 @@
"dubBuild": true,
"name": "Build & Debug DUB project",
"cwd": "${command:dubWorkingDirectory}",
"program": "bin/${command:dubTarget}"
"program": "bin/${command:dubTarget}",
"args": ["list"]
}
]
}