summary refs log tree commit diff
path: root/fosscord-server.code-workspace
blob: 1740fb7d5fc627392643f0f5b3b7e009a2cd61cc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
	"folders": [
		{
			"path": "src"
		},
		{
			"path": "assets"
		},
		{
			"path": "."
		}
	],
	"settings": {
		"typescript.tsdk": "util\\node_modules\\typescript\\lib",
		"liveServer.settings.multiRootWorkspaceName": "slowcord"
	}
}