leeksang commited on
Commit
0c12ab0
·
verified ·
1 Parent(s): 12ae4fd

Upload .vscode.json

Browse files
Files changed (1) hide show
  1. .vscode.json +13 -0
.vscode.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "version": "0.2.0",
3
+ "configurations": [
4
+ {
5
+ "name": "PythonCPP Debug",
6
+ "type": "pythoncpp",
7
+ "request": "launch",
8
+ "program": "${workspaceFolder}/app.py",
9
+ "console": "integratedTerminal",
10
+ "justMyCode": true
11
+ }
12
+ ]
13
+ }