1
0
Fork 0

remove .vscode/

master
eirk 2021-08-07 12:10:21 -04:00
parent 2e84994610
commit ebbbc67943
2 changed files with 0 additions and 129 deletions

111
.vscode/settings.json vendored
View File

@ -1,111 +0,0 @@
{
"workbench.colorTheme": "Solarized Light",
"eslint.validate": [
"typescript"
],
"editor.tabSize": 2,
"cSpell.words": [
"'s",
"affero",
"cscli",
"calibri",
"cooldown",
"dbus",
"setprefix",
"sublicensing",
"textable",
"Unban",
"addreferral",
"agpl",
"applyt",
"authreferral",
"blurple",
"bot",
"botowner",
"bsian",
"bson",
"caccount",
"camelcase",
"chage",
"chpasswd",
"cloudservices",
"corepath",
"createacc",
"createaccount",
"daccount",
"dedupe",
"deleteacc",
"deleteaccount",
"deluser",
"discordjs",
"discrim",
"dming",
"eirk",
"emailcode",
"eqeqeq",
"erics",
"evaled",
"fuser",
"getreferral",
"gitlab",
"guildid",
"hastebin",
"homepath",
"hpcloud",
"hsts",
"inlines",
"jsfiles",
"killall",
"killpid",
"libraryofcode",
"linebreak",
"localstorage",
"loginctl",
"mkpasswd",
"moderations",
"moderative",
"modloading",
"modlog",
"modlogs",
"mydomain",
"numservers",
"onsi",
"paren",
"patreon",
"plusplus",
"processcount",
"ramlimit",
"readonly",
"renewcert",
"resetpasswd",
"resetpassword",
"resetpw",
"runuser",
"selectmenu",
"serv",
"setlimit",
"setramnotification",
"signale",
"slashcommands",
"sshlogins",
"subcmds",
"subcommand",
"subcommands",
"sysinfo",
"unbanip",
"uncomp",
"updatecert",
"updatecrt",
"upsert",
"usedra",
"userinfo",
"userpath",
"verif",
"whois",
"wipo"
],
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"editor.detectIndentation": false,
}

18
.vscode/tasks.json vendored
View File

@ -1,18 +0,0 @@
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "2.0.0",
"tasks": [
{
"type": "typescript",
"tsconfig": "tsconfig.json",
"problemMatcher": [
"$tsc"
],
"group": {
"kind": "build",
"isDefault": true
}
}
]
}