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": [
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.enabled": true,
"cSpell.caseSensitive": false,
@ -38,26 +24,17 @@
".vscode",
".vscode-insiders"
],
"cSpell.enabledLanguageIds": [
"c",
"cpp",
"csharp",
"go",
"javascript",
"javascriptreact",
"json",
"latex",
"markdown",
"php",
"plaintext",
"powershell",
"python",
"text",
"typescript",
"typescriptreact",
"yaml",
"yml"
],
"cSpell.enabledFileTypes": {
"go": true,
"javascript": true,
"json": true,
"markdown": true,
"plaintext": true,
"text": true,
"typescript": true,
"yaml": true,
"yml": true
},
"cSpell.language": "en-US",
"cSpell.customDictionaries": {
"project-words": {