Remove comments and add astro-build.astro-vscode

This commit is contained in:
prototypa
2024-03-02 05:40:25 -05:00
parent 7ae90e4853
commit 6d8006556f

View File

@@ -3,16 +3,16 @@
"eslint.validate": [ "eslint.validate": [
"javascript", "javascript",
"javascriptreact", "javascriptreact",
"astro", // Enable .astro "astro",
"typescript", // Enable .ts "typescript",
"typescriptreact" // Enable .tsx "typescriptreact"
], ],
"files.associations": { "files.associations": {
"*.mdx": "markdown" "*.mdx": "markdown"
}, },
"prettier.documentSelectors": ["**/*.astro"], "prettier.documentSelectors": ["**/*.astro"],
"[astro]": { "[astro]": {
"editor.defaultFormatter": "esbenp.prettier-vscode" "editor.defaultFormatter": "astro-build.astro-vscode"
}, },
"yaml.schemas": { "yaml.schemas": {
"./.vscode/astrowind/config-schema.json": "/src/config.yaml" "./.vscode/astrowind/config-schema.json": "/src/config.yaml"