From 83f5a95e5cb2f80ba49654585d2cc118a5a21ffa Mon Sep 17 00:00:00 2001 From: silversword411 Date: Tue, 19 Jul 2022 16:26:13 -0400 Subject: [PATCH] vscode prefs - Adding C Spell custom Dictionary --- .vscode/settings.json | 191 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 191 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 00000000..bca89a32 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,191 @@ +{ + "cSpell.words": [ + "accountid", + "adddevicegroup", + "adddomain", + "addtousergroup", + "adduser", + "addusergroup", + "addusertodevice", + "addusertodevicegroup", + "agentconfig", + "agentconsole", + "agentdownload", + "agenterrorlogs", + "allowaccountreset", + "amtacmactivation", + "amtoff", + "amton", + "amtonly", + "amtreset", + "apikey", + "ashx", + "authenticode", + "Authn", + "autofido", + "awsrds", + "backgroundonly", + "backupcode", + "callbackurl", + "ccmp", + "certfiles", + "certpfx", + "certpfxpass", + "chatnotify", + "CIRA", + "clientid", + "clientsecret", + "coolofftime", + "coredumps", + "crowdsec", + "cscli", + "desktopnotify", + "desktopprivacybar", + "desktopprompt", + "desktopviewonly", + "deviceid", + "deviceinfo", + "devicemessage", + "deviceopenurl", + "devicepower", + "devicesharing", + "devicetoast", + "devid", + "domaindefaults", + "domainid", + "dont", + "editdevice", + "editdevicegroup", + "editgroup", + "edituser", + "entityid", + "extralinks", + "filenotify", + "fileprompt", + "fullrights", + "fullscreen", + "generateinvitelink", + "groupid", + "Hilaire", + "httpheaders", + "idpurl", + "iframe", + "interactiveonly", + "interuser", + "invitecodes", + "ipkvm", + "Jitsi", + "jumpcloud", + "keyfile", + "LAPI", + "ldapauth", + "ldapoptions", + "ldapusers", + "limiteddesktop", + "limitedevents", + "listdevicegroups", + "listdevices", + "listdomains", + "listevents", + "listusergroups", + "listusers", + "listusersessions", + "listusersofdevicegroup", + "localurl", + "logindomain", + "loginfooter", + "loginkey", + "loginpass", + "logintokens", + "loginuser", + "logouturl", + "manageusers", + "maxfidokeys", + "mcrdesktop", + "mcrfiles", + "Mebx", + "meshagent", + "meshcentral", + "meshcore", + "meshctrl", + "meshid", + "meshquota", + "Messagebox", + "Messenging", + "movetodevicegroup", + "MSCHA", + "mstsc", + "newaccountemaildomains", + "newaccounts", + "newaccountspass", + "newaccountsrights", + "newgroupname", + "noamt", + "nofiles", + "nonalpha", + "noterminal", + "novnc", + "npmproxy", + "offloader", + "oidc", + "openurl", + "passwordrequirements", + "PKCK", + "plivo", + "powerevents", + "randompass", + "realname", + "redir", + "redirections", + "remotecontrol", + "remotefile", + "removedevicegroup", + "removedomain", + "removefromdomain", + "removefromusergroup", + "removeuser", + "removeuserfromdevice", + "removeuserfromdevicegroup", + "removeusergroup", + "runasuser", + "runcommand", + "sendgrid", + "sendinviteemail", + "serverfiles", + "serverinfo", + "sessionrecording", + "settodomain", + "showevents", + "sitestyle", + "ssid", + "sspi", + "statsevents", + "syslogauth", + "syslogjson", + "syslogtcp", + "telnyx", + "tenantid", + "terminalnotify", + "terminalprompt", + "titlepicture", + "tkip", + "tlscertcheck", + "tlsstrict", + "trustedcert", + "TTLS", + "ugrp", + "useid", + "usergroups", + "userid", + "userquota", + "verifyemail", + "viewonly", + "wakedevices", + "webrtc", + "welcomepicture", + "welcometext", + "wscompression", + "Ylian", + "yubikey" + ] +} \ No newline at end of file