build system for vscode

This commit is contained in:
ergz
2023-07-08 17:51:04 -07:00
parent 711569d0d7
commit dbfc40b6bd
2 changed files with 34 additions and 0 deletions

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

@@ -0,0 +1,9 @@
{
// 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": [
]
}