mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-25 05:57:26 +00:00
Add options
This commit is contained in:
16
.vscode/settings.json
vendored
16
.vscode/settings.json
vendored
@@ -8,7 +8,6 @@
|
||||
"files.insertFinalNewline": true,
|
||||
"files.autoSave": "afterDelay",
|
||||
"files.autoGuessEncoding": false,
|
||||
|
||||
"editor.detectIndentation": false,
|
||||
"editor.tabSize": 4,
|
||||
"editor.insertSpaces": true,
|
||||
@@ -17,23 +16,20 @@
|
||||
"editor.formatOnSave": true,
|
||||
"editor.formatOnPaste": true,
|
||||
"editor.minimap.enabled": false,
|
||||
|
||||
"terminal.integrated.shell.linux": "/bin/bash",
|
||||
"terminal.integrated.scrollback": 10000,
|
||||
|
||||
"[shellscript]": {
|
||||
"editor.defaultFormatter": "foxundermoon.shell-format",
|
||||
"editor.tabSize": 4,
|
||||
"editor.insertSpaces": true
|
||||
"editor.insertSpaces": true,
|
||||
},
|
||||
|
||||
"shellcheck.customArgs": [
|
||||
"--rcfile",
|
||||
".vscode/.shellcheckrc"
|
||||
],
|
||||
"workbench.colorTheme": "Default Dark+",
|
||||
"workbench.iconTheme": "vscode-icons",
|
||||
|
||||
"git.autofetch": true,
|
||||
"git.confirmSync": false,
|
||||
"git.enableSmartCommit": true,
|
||||
|
||||
"extensions.ignoreRecommendations": false,
|
||||
"security.workspace.trust.untrustedFiles": "open"
|
||||
"extensions.ignoreRecommendations": false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user