From ebbbc67943df6bc408d86d72a0b558f0a8f87192 Mon Sep 17 00:00:00 2001 From: eirk Date: Sat, 7 Aug 2021 12:10:21 -0400 Subject: [PATCH] remove .vscode/ --- .vscode/settings.json | 111 ------------------------------------------ .vscode/tasks.json | 18 ------- 2 files changed, 129 deletions(-) delete mode 100644 .vscode/settings.json delete mode 100644 .vscode/tasks.json diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 5e49df5..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -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, -} diff --git a/.vscode/tasks.json b/.vscode/tasks.json deleted file mode 100644 index d42493f..0000000 --- a/.vscode/tasks.json +++ /dev/null @@ -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 - } - } - ] -}