Remove vscode personalization from devcontainer (#2602)

pull/2620/head
CptGibbon 1 year ago committed by GitHub
parent 029b36eb9b
commit 1c3e9507aa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -10,15 +10,7 @@
"vscode": {
"settings": {
"docker.languageserver.formatter.ignoreMultilineInstructions": true,
"editor.bracketPairColorization.enabled": true,
"editor.fontWeight": "bold",
"editor.formatOnSave": true,
"editor.guides.bracketPairs": "active",
"editor.guides.bracketPairsHorizontal": "active",
"editor.guides.highlightActiveBracketPair": true,
"editor.guides.highlightActiveIndentation": true,
"editor.guides.indentation": true,
"editor.renderWhitespace": "all",
"files.exclude": {
"**/.git/**": true,
"**/.mypy_cache/**": true,

Loading…
Cancel
Save