summary refs log tree commit diff
path: root/fosscord-server.code-workspace
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2022-08-13 04:21:48 +0200
committerTheArcaneBrony <myrainbowdash949@gmail.com>2022-08-15 06:09:11 +0200
commit08d5aca13230308cb80199cf7a64e2d9752038f6 (patch)
treee52e554559a37c56214906f04171a7efb098428c /fosscord-server.code-workspace
parentrestructure to single project (diff)
downloadserver-08d5aca13230308cb80199cf7a64e2d9752038f6.tar.xz
Update scripts, update workspace, add launch.json
Diffstat (limited to 'fosscord-server.code-workspace')
-rw-r--r--fosscord-server.code-workspace28
1 files changed, 5 insertions, 23 deletions
diff --git a/fosscord-server.code-workspace b/fosscord-server.code-workspace
index 4a7440f6..1d6774ad 100644
--- a/fosscord-server.code-workspace
+++ b/fosscord-server.code-workspace
@@ -1,22 +1,16 @@
 {
 	"folders": [
 		{
-			"path": "bundle"
+			"path": "src/"
 		},
 		{
-			"path": "api"
+			"path": "assets/"
 		},
 		{
-			"path": "cdn"
+			"path": "scripts/"
 		},
 		{
-			"path": "gateway"
-		},
-		{
-			"path": "util"
-		},
-		{
-			"path": "plugins"
+			"path": "."
 		}
 	],
 	"settings": {
@@ -26,18 +20,6 @@
 			".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
 		}
 	}
-}
+}
\ No newline at end of file