Skip to content

Commit 2ebdf95

Browse files
committed
Add terms to VSCode settings for spell checking
- Ensure consistent spell-checking in the codebase - Added the following terms: - `autoupdate` - `dbcrypt` - `dotfiles` - `filebrowser` - `jetbrains` - `knowledgebase` - `netcheck` - `portsharing` - `speedtest` - `unauthenticate` - `untar` - `userspace` - `workspaceproxies`
1 parent 9dabe14 commit 2ebdf95

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

.vscode/settings.json

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"ASKPASS",
77
"authcheck",
88
"autostop",
9+
"autoupdate",
910
"awsidentity",
1011
"bodyclose",
1112
"buildinfo",
@@ -22,6 +23,7 @@
2223
"contravariance",
2324
"cronstrue",
2425
"databasefake",
26+
"dbcrypt",
2527
"dbgen",
2628
"dbmem",
2729
"dbtype",
@@ -33,6 +35,7 @@
3335
"devtunnel",
3436
"dflags",
3537
"dogfood",
38+
"dotfiles",
3639
"drpc",
3740
"drpcconn",
3841
"drpcmux",
@@ -46,6 +49,7 @@
4649
"externalauth",
4750
"Failf",
4851
"fatih",
52+
"filebrowser",
4953
"Formik",
5054
"gitauth",
5155
"gitsshkey",
@@ -66,9 +70,11 @@
6670
"initialisms",
6771
"ipnstate",
6872
"isatty",
73+
"jetbrains",
6974
"Jobf",
7075
"Keygen",
7176
"kirsle",
77+
"knowledgebase",
7278
"Kubernetes",
7379
"ldflags",
7480
"magicsock",
@@ -80,6 +86,7 @@
8086
"namesgenerator",
8187
"namespacing",
8288
"netaddr",
89+
"netcheck",
8390
"netip",
8491
"netmap",
8592
"netns",
@@ -96,6 +103,7 @@
96103
"opty",
97104
"paralleltest",
98105
"parameterscopeid",
106+
"portsharing",
99107
"pqtype",
100108
"prometheusmetrics",
101109
"promhttp",
@@ -118,6 +126,7 @@
118126
"Signup",
119127
"slogtest",
120128
"sourcemapped",
129+
"speedtest",
121130
"spinbutton",
122131
"Srcs",
123132
"stdbuf",
@@ -157,9 +166,10 @@
157166
"turnconn",
158167
"typegen",
159168
"typesafe",
169+
"unauthenticate",
160170
"unconvert",
161-
"Untar",
162-
"Userspace",
171+
"untar",
172+
"userspace",
163173
"VMID",
164174
"walkthrough",
165175
"weblinks",
@@ -175,6 +185,7 @@
175185
"workspaceapps",
176186
"workspacebuilds",
177187
"workspacename",
188+
"workspaceproxies",
178189
"wsjson",
179190
"xerrors",
180191
"xlarge",

0 commit comments

Comments
 (0)