{
	"folders": [
		{
			"path": "."
		}
	],
	"settings": {
		"git.confirmSync": true,
		"chat.modeFilesLocations": {
			"**/.github/chatmodes": true
		},
		"chat.promptFilesLocations": {
			"**/.github/prompts": true
		},
		"chat.instructionsFilesLocations": {
			"**/.github/instructions": true
		},
		"files.associations": {
			"*.chatmode.md": "markdown",
			"*.instructions.md": "markdown",
			"*.prompt.md": "markdown",
			"*.agent.md": "markdown"
		},
		"github.copilot.enable": {
			"*": true,
			"php": true,
			"javascript": true,
			"css": true,
			"scss": true,
			"json": true,
			"markdown": true
		},
		"task.verboseLogging": true,
		"output.smartScroll.enabled": true
	}
}
