Newer
Older
percord / fosscord-server.code-workspace
@Madeline Madeline on 17 Dec 2022 269 bytes First pass of removing Slowcord mentions
{
	"folders": [
		{
			"path": "src"
		},
		{
			"path": "assets"
		},
		{
			"path": "scripts"
		},
		{
			"path": "."
		}
	],
	"settings": {
		"typescript.tsdk": "util\\node_modules\\typescript\\lib"
	},
	"launch": {
		"version": "0.2.0",
		"configurations": []
	}
}