comment out default launch config
This commit is contained in:
parent
c5f28cad2b
commit
46f6468561
1 changed files with 8 additions and 6 deletions
14
.vscode/launch.json
vendored
14
.vscode/launch.json
vendored
|
@ -1,11 +1,13 @@
|
||||||
{
|
{
|
||||||
"version": "0.2.0",
|
"version": "0.2.0",
|
||||||
"configurations": [
|
"configurations": [
|
||||||
{
|
// {
|
||||||
"name": "Project Name",
|
// "name": "Project Name",
|
||||||
"type": "debugpy",
|
// "type": "debugpy",
|
||||||
"request": "launch",
|
// "request": "launch",
|
||||||
"justMyCode": true,
|
// "module": "my_pkg.my_module",
|
||||||
}
|
// // "env": {},
|
||||||
|
// "justMyCode": true,
|
||||||
|
// }
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
Reference in a new issue