-
Notifications
You must be signed in to change notification settings - Fork 465
Expand file tree
/
Copy pathmdcx.code-workspace
More file actions
45 lines (45 loc) · 953 Bytes
/
mdcx.code-workspace
File metadata and controls
45 lines (45 loc) · 953 Bytes
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
{
"folders": [
{
"path": "."
},
{
"path": "ui"
}
],
"settings": {
"xml.format.maxLineWidth": 0,
"python.analysis.languageServerMode": "full",
"python.analysis.typeCheckingMode": "standard",
"[css]": {
"editor.codeActionsOnSave": {
"source.fixAll.biome": "explicit"
},
"editor.defaultFormatter": "biomejs.biome"
},
"[html]": {
"editor.defaultFormatter": "vscode.html-language-features"
},
"[javascript]": {
"editor.codeActionsOnSave": {
"source.fixAll.biome": "explicit"
},
"editor.defaultFormatter": "biomejs.biome"
},
"[json]": {
"editor.defaultFormatter": "biomejs.biome"
},
"[typescript]": {
"editor.codeActionsOnSave": {
"source.fixAll.biome": "explicit"
},
"editor.defaultFormatter": "biomejs.biome"
},
"[typescriptreact]": {
"editor.codeActionsOnSave": {
"source.fixAll.biome": "explicit"
},
"editor.defaultFormatter": "biomejs.biome"
},
}
}