generated from ZanzyTHEbar/SolidJSTauri
-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathfirmwareflasher.code-workspace
78 lines (78 loc) · 2.11 KB
/
firmwareflasher.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
{
"folders": [
{
"name": "Repo Root",
"path": "."
}
],
"settings": {
"files.autoSave": "afterDelay",
"rust-analyzer.checkOnSave.enable": true,
"rust-analyzer.checkOnSave.command": "clippy",
"rust-analyzer.checkOnSave.allTargets": true,
"rust-analyzer.files.excludeDirs": [
"**/target",
"**/node_modules",
"**/dist",
"**/build",
"**/public",
"**/assets",
"**/src-tauri/target",
"**/scripts",
"**/src/components",
"**/src/interfaces",
"**/src/pages",
"**/src/static",
"**/src/styles",
"**/src/utils"
],
"rust-analyzer.files.watcher": "client",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"[toml]": {
"editor.defaultFormatter": "tamasfe.even-better-toml"
},
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"liveServer.settings.multiRootWorkspaceName": "Example",
"cSpell.words": [
"autodetection",
"codegen",
"daisyui",
"eyetrack",
"eyetrackvrfft",
"flashtool",
"Goebel",
"highlightjs",
"hljs",
"improv",
"Iprops",
"kobalte",
"Kruckenberg",
"manifestfile",
"msvc",
"nanos",
"ratelimit",
"solidjs",
"specta",
"stackoverflow",
"Swatinem",
"typecheck",
"Unlisten",
"webserial"
],
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"editor.formatOnSave": true,
"files.exclude": {
"**/.git": false
}
}
}