12345678910111213141516171819202122232425262728293031 |
- {
- "editor.autoClosingBrackets": "always",
- "editor.autoClosingQuotes": "always",
- "editor.defaultFormatter": "streetsidesoftware.code-spell-checker-russian",
- "cSpell.caseSensitive": true,
- "cSpell.language": "ru,en",
- "cSpell.autoFormatConfigFile": true,
- "cSpell.diagnosticLevel": "Error",
- "cSpell.diagnosticLevelFlaggedWords": "Error",
- "cSpell.validateDirectives": true,
- "textlint.autoFixOnSave": true,
- "cSpell.ignorePaths": [
- "package-lock.json",
- "node_modules",
- "vscode-extension",
- ".git/{info,lfs,logs,refs,objects}/**",
- ".git/{index,*refs,*HEAD}",
- ".vscode",
- ".vscode-insiders",
- "package.json"
- ],
- "cSpell.words": [
- "textlint",
- "Госключ",
- "УКЭП",
- "УНЭП"
- ],
- "triggerTaskOnSave.tasks": {
- "Check File Length": ["*.txt"]
- }
- }
|