Fix tab creation when current buffer contains no file
This commit is contained in:
parent
0a0cd88545
commit
5cb9c62e7f
2 changed files with 18 additions and 1 deletions
|
|
@ -50,6 +50,23 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"run - main.py": {
|
||||
"adapter": "debugpy",
|
||||
"configuration": {
|
||||
"request": "launch",
|
||||
"type": "python",
|
||||
"cwd": "${workspaceRoot}",
|
||||
"program": "${workspaceRoot}/main.py",
|
||||
"stopOnEntry": false,
|
||||
"console": "integratedTerminal"
|
||||
},
|
||||
"breakpoints": {
|
||||
"exception": {
|
||||
"raised": "N",
|
||||
"uncaught": ""
|
||||
}
|
||||
}
|
||||
},
|
||||
"run - exception question": {
|
||||
"adapter": "debugpy",
|
||||
"configuration": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue