summary refs log tree commit diff
path: root/fosscord-server.code-workspace
blob: c354272751b1a589431b5bf3dd635f4854f068b2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
	"folders": [
		{
			"path": "api"
		},
		{
			"path": "dashboard"
		},
		{
			"path": "bundle"
		},
		{
			"path": "cdn"
		},
		{
			"path": "gateway"
		},
		{
			"path": "rtc"
		},
		{
			"path": "util"
		},
		{
			"path": "webrtc"
		},
		{
			"path": "slowcord"
		}
	],
	"settings": {
		"typescript.tsdk": "util\\node_modules\\typescript\\lib",
		"liveServer.settings.multiRootWorkspaceName": "slowcord"
	}
}