Fix tab creation when current buffer contains no file

This commit is contained in:
Ben Jackson 2020-03-28 13:07:00 +00:00
commit 5cb9c62e7f
2 changed files with 18 additions and 1 deletions

View file

@ -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": {