Catch adapter being None and print user-friendly message:

This commit is contained in:
Ben Jackson 2020-03-08 18:18:29 +00:00
commit 1b7402915c
2 changed files with 12 additions and 2 deletions

View file

@ -18,7 +18,7 @@
}
},
"attach": {
"adapter": "vscode-python",
"adapter": "debugpy",
"configuration": {
"request": "attach",
"type": "python",