-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathzakyat.code-workspace
41 lines (41 loc) · 1.03 KB
/
zakyat.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": "Frontend",
"path": "frontend"
},
{
"name": "Backend",
"path": "backend"
},
{
"name": "Zakyat",
"path": "."
}
],
"settings": {
"files.insertFinalNewline": true,
"editor.codeActionsOnSave": {
"source.fixAll": true,
"source.fixAll.stylelint": true
},
"editor.detectIndentation": false,
"editor.insertSpaces": true,
"editor.formatOnSave": true,
"stylelint.enable": true,
"i18n-ally.localesPaths": "locales",
"i18n-ally.sourceLanguage": "ru",
"i18n-ally.keystyle": "nested"
},
"extensions": {
"recommendations": [
"octref.vetur",
"dbaeumer.vscode-eslint",
"antfu.i18n-ally",
"stylelint.vscode-stylelint",
"ms-python.python",
"ms-azuretools.vscode-docker"
]
},
"i18n-ally.ignoredLocales": []
}