diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-07-07 21:05:46 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-07-07 21:05:46 -0400 |
commit | 527c5b51e2c653ae03118f50ce61d90b0af72b81 (patch) | |
tree | 412d29e8cbc7c97b39e9ade6e1dd120c50fe35ee | |
parent | 310fb8ef69946530da029ab3db3039738fac1065 (diff) | |
parent | 7daa1fb93a4c982b58624bfa3e648a602b15887f (diff) | |
download | tanzanite-527c5b51e2c653ae03118f50ce61d90b0af72b81.tar.gz tanzanite-527c5b51e2c653ae03118f50ce61d90b0af72b81.tar.bz2 tanzanite-527c5b51e2c653ae03118f50ce61d90b0af72b81.zip |
Merge branch 'rewrite' of https://github.com/NotEnoughUpdates/mb-bot-ts into rewrite
-rw-r--r-- | .vscode/extensions.json | 2 | ||||
-rw-r--r-- | .vscode/settings.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.vscode/extensions.json b/.vscode/extensions.json index 08b7552..e6ce365 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -1,4 +1,4 @@ -/* prettier-ignore */{ +/* prettier-ignore */ { "recommendations": [ "aaron-bond.better-comments", "arcanis.vscode-zipfs", diff --git a/.vscode/settings.json b/.vscode/settings.json index d8b509c..ff71740 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,4 +1,4 @@ -/* prettier-ignore */{ +/* prettier-ignore */ { "files.exclude": { "**/.git": true, "**/.svn": true, |