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": [
"javascript",
"javascriptreact",
"astro", // Enable .astro
"typescript", // Enable .ts
"typescriptreact" // Enable .tsx
"astro",
"typescript",
"typescriptreact"
],
"files.associations": {
"*.mdx": "markdown"
},
"prettier.documentSelectors": ["**/*.astro"],
"[astro]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
"editor.defaultFormatter": "astro-build.astro-vscode"
},
"yaml.schemas": {
"./.vscode/astrowind/config-schema.json": "/src/config.yaml"