Add VSCode debug launch conf (#43130)

This commit is contained in:
Paulus Schoutsen
2020-11-12 15:46:49 +01:00
committed by GitHub
parent ad06b6b340
commit a68d6a63bb
4 changed files with 25 additions and 1 deletions

View File

@@ -16,13 +16,13 @@
"python.pythonPath": "/usr/local/bin/python",
"python.linting.pylintEnabled": true,
"python.linting.enabled": true,
"python.formatting.provider": "black",
"editor.formatOnPaste": false,
"editor.formatOnSave": true,
"editor.formatOnType": true,
"files.trimTrailingWhitespace": true,
"terminal.integrated.shell.linux": "/bin/bash",
"yaml.customTags": [
"!placeholder scalar",
"!secret scalar",
"!include_dir_named scalar",
"!include_dir_list scalar",