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:12:00 +1000
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-08-22 22:12:00 +1000
commitafefa5d64bd6cde7d6efa3a9a5a3ec67a6ca29a8 (patch)
tree07779150eba77c27bf75bc0c7890f4a3f976716e /fosscord-server.code-workspace
parentremoved char joiners as they are actually useful, added page break (diff)
parentMerge remote-tracking branch 'Puyodead1/patch/prettier-config' into staging (diff)
downloadserver-afefa5d64bd6cde7d6efa3a9a5a3ec67a6ca29a8.tar.xz
Merge remote-tracking branch 'upstream/staging' into fix/categoryNames
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