-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdoor-entry-system.code-workspace
More file actions
114 lines (114 loc) · 2.28 KB
/
Copy pathdoor-entry-system.code-workspace
File metadata and controls
114 lines (114 loc) · 2.28 KB
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"folders": [
{
"path": "management-system",
},
{
"path": "bluetooth-web-app",
},
{
"path": "pico-firmware",
},
],
"settings": {
"rust-analyzer.cargo.allTargets": false,
"rust-analyzer.cargo.target": "thumbv8m.main-none-eabihf",
"rust-analyzer.cargo.features": ["wifi"],
"prettier.printWidth": 120,
"cSpell.words": [
"assoc",
"asynch",
"asynciterable",
"atqa",
"Authentik",
"bclk",
"bleps",
"cardless",
"chunker",
"codegen",
"dhcpv",
"dialogs",
"dont",
"dout",
"Eeuo",
"espflash",
"extglob",
"fatfs",
"gatt",
"gnused",
"gocardless",
"Hackspace",
"heapless",
"hectorm",
"ilike",
"Keysafe",
"latchoff",
"latchon",
"leighhack",
"luca",
"MAGLOCK",
"mfrc",
"miso",
"mktemp",
"mosi",
"Mwdt",
"nixos",
"nixpkgs",
"nostartfiles",
"nuintun",
"numtide",
"otpauth",
"picklist",
"picoserve",
"pkgs",
"pname",
"println",
"qrcode",
"reqa",
"reqwless",
"rustflags",
"sass",
"sclk",
"serde",
"shopt",
"smoltcp",
"solidjs",
"stdenv",
"timg",
"toggler",
"totp",
"Uninit",
"Unsubscribable",
"valibot",
"wifi",
"xtensa",
],
"editor.tabSize": 2,
"editor.insertSpaces": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
},
"editor.formatOnSave": true,
"eslint.codeActionsOnSave.mode": "all",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "always",
"source.fixAll.ts": "always",
"source.organizeImports": "always",
},
"[typescript]": {
"editor.defaultFormatter": "denoland.vscode-deno",
},
"[nix]": {
"editor.defaultFormatter": "jnoortheen.nix-ide",
},
"deno.enable": true,
"terminal.integrated.environmentChangesRelaunch": true,
"[rust]": {
"editor.defaultFormatter": "rust-lang.rust-analyzer",
},
"[toml]": {
"editor.defaultFormatter": "tamasfe.even-better-toml",
},
},
}