api urls env, confifs
This commit is contained in:
5
.vscode/launch.json
vendored
5
.vscode/launch.json
vendored
@ -47,11 +47,12 @@
|
||||
"request": "launch",
|
||||
"program": "${file}",
|
||||
"console": "integratedTerminal",
|
||||
"python": "${command:python.interpreterPath}",
|
||||
//"python": "${command:python.interpreterPath}",
|
||||
"python": "/config/miniconda3/envs/py/bin/python",
|
||||
"presentation": {
|
||||
"clear": true
|
||||
},
|
||||
"preLaunchTask": "conda-activate" // Name of your pre-launch task
|
||||
//"preLaunchTask": "conda-activate" // Name of your pre-launch task
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user