vscode prefs - Adding C Spell custom Dictionary

silversword411 committed Jul 19, 2022 at 16:26 UTC 83f5a95e5cb2f80ba49654585d2cc118a5a21ffa
1 file changed +191
.vscode/settings.json new
+191
@@ -0,0 +1,191 @@
1 +{
2 + "cSpell.words": [
3 + "accountid",
4 + "adddevicegroup",
5 + "adddomain",
6 + "addtousergroup",
7 + "adduser",
8 + "addusergroup",
9 + "addusertodevice",
10 + "addusertodevicegroup",
11 + "agentconfig",
12 + "agentconsole",
13 + "agentdownload",
14 + "agenterrorlogs",
15 + "allowaccountreset",
16 + "amtacmactivation",
17 + "amtoff",
18 + "amton",
19 + "amtonly",
20 + "amtreset",
21 + "apikey",
22 + "ashx",
23 + "authenticode",
24 + "Authn",
25 + "autofido",
26 + "awsrds",
27 + "backgroundonly",
28 + "backupcode",
29 + "callbackurl",
30 + "ccmp",
31 + "certfiles",
32 + "certpfx",
33 + "certpfxpass",
34 + "chatnotify",
35 + "CIRA",
36 + "clientid",
37 + "clientsecret",
38 + "coolofftime",
39 + "coredumps",
40 + "crowdsec",
41 + "cscli",
42 + "desktopnotify",
43 + "desktopprivacybar",
44 + "desktopprompt",
45 + "desktopviewonly",
46 + "deviceid",
47 + "deviceinfo",
48 + "devicemessage",
49 + "deviceopenurl",
50 + "devicepower",
51 + "devicesharing",
52 + "devicetoast",
53 + "devid",
54 + "domaindefaults",
55 + "domainid",
56 + "dont",
57 + "editdevice",
58 + "editdevicegroup",
59 + "editgroup",
60 + "edituser",
61 + "entityid",
62 + "extralinks",
63 + "filenotify",
64 + "fileprompt",
65 + "fullrights",
66 + "fullscreen",
67 + "generateinvitelink",
68 + "groupid",
69 + "Hilaire",
70 + "httpheaders",
71 + "idpurl",
72 + "iframe",
73 + "interactiveonly",
74 + "interuser",
75 + "invitecodes",
76 + "ipkvm",
77 + "Jitsi",
78 + "jumpcloud",
79 + "keyfile",
80 + "LAPI",
81 + "ldapauth",
82 + "ldapoptions",
83 + "ldapusers",
84 + "limiteddesktop",
85 + "limitedevents",
86 + "listdevicegroups",
87 + "listdevices",
88 + "listdomains",
89 + "listevents",
90 + "listusergroups",
91 + "listusers",
92 + "listusersessions",
93 + "listusersofdevicegroup",
94 + "localurl",
95 + "logindomain",
96 + "loginfooter",
97 + "loginkey",
98 + "loginpass",
99 + "logintokens",
100 + "loginuser",
101 + "logouturl",
102 + "manageusers",
103 + "maxfidokeys",
104 + "mcrdesktop",
105 + "mcrfiles",
106 + "Mebx",
107 + "meshagent",
108 + "meshcentral",
109 + "meshcore",
110 + "meshctrl",
111 + "meshid",
112 + "meshquota",
113 + "Messagebox",
114 + "Messenging",
115 + "movetodevicegroup",
116 + "MSCHA",
117 + "mstsc",
118 + "newaccountemaildomains",
119 + "newaccounts",
120 + "newaccountspass",
121 + "newaccountsrights",
122 + "newgroupname",
123 + "noamt",
124 + "nofiles",
125 + "nonalpha",
126 + "noterminal",
127 + "novnc",
128 + "npmproxy",
129 + "offloader",
130 + "oidc",
131 + "openurl",
132 + "passwordrequirements",
133 + "PKCK",
134 + "plivo",
135 + "powerevents",
136 + "randompass",
137 + "realname",
138 + "redir",
139 + "redirections",
140 + "remotecontrol",
141 + "remotefile",
142 + "removedevicegroup",
143 + "removedomain",
144 + "removefromdomain",
145 + "removefromusergroup",
146 + "removeuser",
147 + "removeuserfromdevice",
148 + "removeuserfromdevicegroup",
149 + "removeusergroup",
150 + "runasuser",
151 + "runcommand",
152 + "sendgrid",
153 + "sendinviteemail",
154 + "serverfiles",
155 + "serverinfo",
156 + "sessionrecording",
157 + "settodomain",
158 + "showevents",
159 + "sitestyle",
160 + "ssid",
161 + "sspi",
162 + "statsevents",
163 + "syslogauth",
164 + "syslogjson",
165 + "syslogtcp",
166 + "telnyx",
167 + "tenantid",
168 + "terminalnotify",
169 + "terminalprompt",
170 + "titlepicture",
171 + "tkip",
172 + "tlscertcheck",
173 + "tlsstrict",
174 + "trustedcert",
175 + "TTLS",
176 + "ugrp",
177 + "useid",
178 + "usergroups",
179 + "userid",
180 + "userquota",
181 + "verifyemail",
182 + "viewonly",
183 + "wakedevices",
184 + "webrtc",
185 + "welcomepicture",
186 + "welcometext",
187 + "wscompression",
188 + "Ylian",
189 + "yubikey"
190 + ]
191 +}
\ No newline at end of file