Skip to content
Snippets Groups Projects
Unverified Commit b2789621 authored by Paulus Schoutsen's avatar Paulus Schoutsen Committed by GitHub
Browse files

Updates to dev container (#45706)

parent 5f9a1d10
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,6 @@ ...@@ -8,7 +8,6 @@
"extensions": [ "extensions": [
"ms-python.vscode-pylance", "ms-python.vscode-pylance",
"visualstudioexptteam.vscodeintellicode", "visualstudioexptteam.vscodeintellicode",
"ms-azure-devops.azure-pipelines",
"redhat.vscode-yaml", "redhat.vscode-yaml",
"esbenp.prettier-vscode" "esbenp.prettier-vscode"
], ],
...@@ -19,12 +18,11 @@ ...@@ -19,12 +18,11 @@
"python.linting.enabled": true, "python.linting.enabled": true,
"python.formatting.provider": "black", "python.formatting.provider": "black",
"python.testing.pytestArgs": ["--no-cov"], "python.testing.pytestArgs": ["--no-cov"],
"python.testing.pytestEnabled": true,
"editor.formatOnPaste": false, "editor.formatOnPaste": false,
"editor.formatOnSave": true, "editor.formatOnSave": true,
"editor.formatOnType": true, "editor.formatOnType": true,
"files.trimTrailingWhitespace": true, "files.trimTrailingWhitespace": true,
"terminal.integrated.shell.linux": "/bin/bash", "terminal.integrated.shell.linux": "/usr/bin/zsh",
"yaml.customTags": [ "yaml.customTags": [
"!input scalar", "!input scalar",
"!secret scalar", "!secret scalar",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment