{
	"folders": [
		{
			"path": "."
		}
	],
	
	"settings": {
		"files.exclude": {
			"**/.git": true,
			"**/.svn": true,
			"**/.hg": true,
			"**/CVS": true,
			"**/.DS_Store": true,
			"**/Thumbs.db": true,
			"**/node_modules": true,
			"**/.next":true,
			"**/dist":true
		},
		"workbench.colorCustomizations": {
			"editorSuggestWidget.selectedBackground": "#6342AD",
			"activityBar.background": "#2e82c7",
			"titleBar.activeBackground": "#216bff",
			"titleBar.activeForeground": "#f5d9ff"
		}
	}
}