Mainly bash refact

This commit is contained in:
2026-07-06 20:37:06 +02:00
parent 478053d6be
commit 2325bc8971
36 changed files with 284 additions and 2712 deletions
+42 -1
View File
@@ -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"
]
}