summary refs log tree commit diff
path: root/fosscord-server.code-workspace
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-08-22 22:08:22 +1000
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-08-22 22:08:22 +1000
commit975c414434ee08622126bdeb4060532029413c18 (patch)
treea46b7f33a150963f6b8d3515225574610325713f /fosscord-server.code-workspace
parentMerge branch 'master' into fix/claim_accounts (diff)
parentMerge remote-tracking branch 'Puyodead1/patch/prettier-config' into staging (diff)
downloadserver-ts-975c414434ee08622126bdeb4060532029413c18.tar.xz
Merge remote-tracking branch 'upstream/staging' into fix/claim_accounts
Diffstat (limited to 'fosscord-server.code-workspace')
-rw-r--r--fosscord-server.code-workspace28
1 files changed, 10 insertions, 18 deletions
diff --git a/fosscord-server.code-workspace b/fosscord-server.code-workspace

index e618b7f0..f2df1e9e 100644 --- a/fosscord-server.code-workspace +++ b/fosscord-server.code-workspace
@@ -1,29 +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": {} -} + "settings": { + "files.exclude": { + "*.ansi": true, + } + } +} \ No newline at end of file