Template
1
0

simplify vscode settings

This commit is contained in:
OCram85 2025-02-24 09:11:46 +01:00
parent 9e5f490209
commit 7218eb4137

45
.vscode/settings.json vendored
View File

@ -9,20 +9,6 @@
"editor.rulers": [ "editor.rulers": [
116 116
], ],
// powershell general
"powershell.startAutomatically": true,
"powershell.enableProfileLoading": true,
"powershell.scriptAnalysis.enable": true,
// powershell code Formatting
"powershell.codeFormatting.openBraceOnSameLine": true,
"powershell.codeFormatting.newLineAfterOpenBrace": true,
"powershell.codeFormatting.newLineAfterCloseBrace": true,
"powershell.codeFormatting.whitespaceBeforeOpenBrace": true,
"powershell.codeFormatting.whitespaceBeforeOpenParen": true,
"powershell.codeFormatting.whitespaceAroundOperator": true,
"powershell.codeFormatting.whitespaceAfterSeparator": true,
"powershell.codeFormatting.ignoreOneLineBlock": true,
"powershell.codeFormatting.alignPropertyValuePairs": true,
// cSpell settings for custom dictionary // cSpell settings for custom dictionary
"cSpell.enabled": true, "cSpell.enabled": true,
"cSpell.caseSensitive": false, "cSpell.caseSensitive": false,
@ -38,26 +24,17 @@
".vscode", ".vscode",
".vscode-insiders" ".vscode-insiders"
], ],
"cSpell.enabledLanguageIds": [ "cSpell.enabledFileTypes": {
"c", "go": true,
"cpp", "javascript": true,
"csharp", "json": true,
"go", "markdown": true,
"javascript", "plaintext": true,
"javascriptreact", "text": true,
"json", "typescript": true,
"latex", "yaml": true,
"markdown", "yml": true
"php", },
"plaintext",
"powershell",
"python",
"text",
"typescript",
"typescriptreact",
"yaml",
"yml"
],
"cSpell.language": "en-US", "cSpell.language": "en-US",
"cSpell.customDictionaries": { "cSpell.customDictionaries": {
"project-words": { "project-words": {