summary refs log tree commit diff
path: root/fosscord-server.code-workspace
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2022-08-12 23:52:43 +0200
committerTheArcaneBrony <myrainbowdash949@gmail.com>2022-08-13 21:57:51 +0200
commitb1b9cf7333dca01fd454fedc2b3d6e99066f53b8 (patch)
tree3adfd115cddc39af6e35a94084cccab065555c29 /fosscord-server.code-workspace
parentAdd template plugin base (diff)
downloadserver-b1b9cf7333dca01fd454fedc2b3d6e99066f53b8.tar.xz
Add test plugin
Diffstat (limited to 'fosscord-server.code-workspace')
-rw-r--r--fosscord-server.code-workspace35
1 files changed, 25 insertions, 10 deletions
diff --git a/fosscord-server.code-workspace b/fosscord-server.code-workspace
index 7491cb35..4a7440f6 100644
--- a/fosscord-server.code-workspace
+++ b/fosscord-server.code-workspace
@@ -1,13 +1,10 @@
 {
 	"folders": [
 		{
-			"path": "api"
-		},
-		{
-			"path": "dashboard"
+			"path": "bundle"
 		},
 		{
-			"path": "bundle"
+			"path": "api"
 		},
 		{
 			"path": "cdn"
@@ -16,13 +13,31 @@
 			"path": "gateway"
 		},
 		{
-			"path": "rtc"
-		},
-		{
 			"path": "util"
 		},
 		{
-			"path": "webrtc"
+			"path": "plugins"
+		}
+	],
+	"settings": {
+		"files.exclude": {
+			".gitignore": true,
+			".npmignore": true,
+			".prettierrc": true,
+			".vscode": true,
+			"*.ansi": true,
+			"benchmarks": true,
+			"database.db": true,
+			"files/": true,
+			"jest": true,
+			"locales/[!e]*": true,
+			"locales/e[!n]*": true,
+			"node_modules": true,
+			"package-lock.json": true,
+			"patches": true,
+			"README.md": true,
+			"tests/": true,
+			"tsconfig.tsbuildinfo": true
 		}
-	]
+	}
 }