launch
This commit is contained in:
parent
921386e7fb
commit
6b6018cd85
12
.vscode/launch.json
vendored
12
.vscode/launch.json
vendored
@ -39,8 +39,8 @@
|
||||
"console": "integratedTerminal",
|
||||
"internalConsoleOptions": "neverOpen",
|
||||
"env": {
|
||||
"NODE_ENV": "demo"
|
||||
"OPENAI_API_KEY":
|
||||
"NODE_ENV": "demo",
|
||||
"OPENAI_API_KEY":""
|
||||
},
|
||||
"skipFiles": [
|
||||
"<node_internals>/**"
|
||||
@ -69,7 +69,13 @@
|
||||
"program": "${file}"
|
||||
},
|
||||
{
|
||||
"name": "Python Debugger: Python File with Conda",
|
||||
"name": "py: Sol app.py",
|
||||
"type": "debugpy",
|
||||
"request": "launch",
|
||||
"program": "${workspaceFolder}/crypto/sol/app.py",
|
||||
},
|
||||
{
|
||||
"name": "Python Debugger: Python File with Conda (py)",
|
||||
"type": "debugpy",
|
||||
"request": "launch",
|
||||
"program": "${file}",
|
||||
|
Loading…
x
Reference in New Issue
Block a user