diff options
author | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2022-08-22 22:18:59 +1000 |
---|---|---|
committer | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2022-08-22 22:18:59 +1000 |
commit | 0cd9a46eea260c299db2e2983f7214ab8b119d29 (patch) | |
tree | 5fbb98e7adcfeab81594732089474afdde5893f9 /fosscord-server.code-workspace | |
parent | Merge branch 'master' into feat/captchaVerify (diff) | |
parent | Merge remote-tracking branch 'Puyodead1/patch/prettier-config' into staging (diff) | |
download | server-0cd9a46eea260c299db2e2983f7214ab8b119d29.tar.xz |
Merge remote-tracking branch 'upstream/staging' into feat/captchaVerify
Diffstat (limited to 'fosscord-server.code-workspace')
-rw-r--r-- | fosscord-server.code-workspace | 29 |
1 files changed, 11 insertions, 18 deletions
diff --git a/fosscord-server.code-workspace b/fosscord-server.code-workspace index 7491cb35..f2df1e9e 100644 --- a/fosscord-server.code-workspace +++ b/fosscord-server.code-workspace @@ -1,28 +1,21 @@ { "folders": [ { - "path": "api" + "path": "src/" }, { - "path": "dashboard" + "path": "assets/" }, { - "path": "bundle" + "path": "scripts/" }, { - "path": "cdn" - }, - { - "path": "gateway" - }, - { - "path": "rtc" - }, - { - "path": "util" - }, - { - "path": "webrtc" + "path": "." + } + ], + "settings": { + "files.exclude": { + "*.ansi": true, } - ] -} + } +} \ No newline at end of file |