Add launch config for VSCode Debugger

This commit is contained in:
Torben Nehmer 2024-08-17 16:51:52 +02:00
parent a7a3c5a82e
commit 1d3765a769
No known key found for this signature in database

7
.vscode/launch.json vendored Normal file
View File

@ -0,0 +1,7 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": []
}