⚡ Mainly bash refact
This commit is contained in:
+42
-1
@@ -27,6 +27,47 @@
|
||||
"complexity": ["error", 15]
|
||||
}
|
||||
}
|
||||
},
|
||||
"snippets.ultisnips.pythonPrompt": false,
|
||||
"languageserver": {
|
||||
"harper-ls": {
|
||||
"command": "harper-ls",
|
||||
"args": ["--stdio"],
|
||||
"filetypes": ["*"],
|
||||
"settings": {
|
||||
"harper-ls": {
|
||||
"userDictPath": "",
|
||||
"workspaceDictPath": "",
|
||||
"fileDictPath": "",
|
||||
"linters": {
|
||||
"SpellCheck": false,
|
||||
"SpelledNumbers": true,
|
||||
"AnA": true,
|
||||
"SentenceCapitalization": true,
|
||||
"UnclosedQuotes": true,
|
||||
"WrongApostrophe": true,
|
||||
"LongSentences": true,
|
||||
"RepeatedWords": true,
|
||||
"Spaces": true,
|
||||
"CorrectNumberSuffix": true
|
||||
},
|
||||
"codeActions": {
|
||||
"ForceStable": false
|
||||
},
|
||||
"markdown": {
|
||||
"IgnoreLinkTitle": false
|
||||
},
|
||||
"diagnosticSeverity": "hint",
|
||||
"isolateEnglish": false,
|
||||
"dialect": "British",
|
||||
"maxFileLength": 120000,
|
||||
"ignoredLintsPath": "",
|
||||
"excludePatterns": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"snippets.ultisnips.pythonPrompt": false
|
||||
"semanticTokens.filetypes": [
|
||||
"quarkdown"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user