forked from arterm-sedov/cbap-mkdocs-ru
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvc-config.code-workspace
41 lines (39 loc) · 988 Bytes
/
vc-config.code-workspace
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"folders": [
{
"name": "CMW MkDocs RU",
"path": "."
}
],
"settings": {
"terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\WindowsPowerShell\\v1.0\\powershell.exe",
"flow.useNPMPackagedFlow": true,
"editor.formatOnSave": false,
"javascript.validate.enable": false,
"[html]": { "editor.formatOnSave": false },
"eslint.validate": [
"javascript",
"typescript"
],
"pasteImage.insertPattern": "_${imageSyntaxPrefix}img/${imageFileName}${imageSyntaxSuffix}_",
"pasteImage.path": "${currentFileDir}/img",
"pasteImage.forceUnixStyleSeparator": true,
"pasteImage.prefix": "/",
"languageTool.language": "en, ru, ru-RU",
"cSpell.words": [
"журналирования",
"оргединицами",
"отсканировав",
"штрихкода"
],
"markdownlint.config": {
"no-inline-html": false
},
},
"extensions": {
"recommendations": [
"dbaeumer.vscode-eslint",
"stylelint.vscode-stylelint"
]
}
}