remove .vscode/
parent
2e84994610
commit
ebbbc67943
|
@ -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,
|
|
||||||
}
|
|
|
@ -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
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
Loading…
Reference in New Issue