-
Notifications
You must be signed in to change notification settings - Fork 352
/
Copy pathsun-panel.code-workspace
84 lines (83 loc) · 1.31 KB
/
sun-panel.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"folders": [
{
"name": "frontend",
"path": "src"
},
{
"name": "backend",
"path": "service"
},
{
"name": "root",
"path": ".",
}
],
"settings": {
"prettier.enable": false,
"editor.formatOnSave": false,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
},
"eslint.validate": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact",
"vue",
"html",
"json",
"jsonc",
"json5",
"yaml",
"yml",
"markdown"
],
"cSpell.words": [
"axios",
"bumpp",
"commitlint",
"davinci",
"dockerhub",
"esno",
"highlightjs",
"hljs",
"iconify",
"katex",
"katexmath",
"linkify",
"logprobs",
"mdhljs",
"mila",
"nodata",
"pinia",
"Popconfirm",
"rushstack",
"Sider",
"tailwindcss",
"traptitech",
"tsup",
"Typecheck",
"unplugin",
"VITE",
"vueuse",
],
"i18n-ally.sortKeys": true,
"i18n-ally.enabledParsers": ["ts", "js","json"],
"i18n-ally.enabledFrameworks": [
"vue"
],
"i18n-ally.dirStructure": "auto",
"i18n-ally.localesPaths": [
"locales"
],
"i18n-ally.sourceLanguage": "zh-CN",
"i18n-ally.keystyle": "nested",
},
"extensions": {
"recommendations": [
"Vue.volar",
"dbaeumer.vscode-eslint"
]
},
}