simplify vscode settings
This commit is contained in:
parent
9e5f490209
commit
7218eb4137
45
.vscode/settings.json
vendored
45
.vscode/settings.json
vendored
@ -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": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user