Remove comments and add astro-build.astro-vscode
This commit is contained in:
8
.vscode/settings.json
vendored
8
.vscode/settings.json
vendored
@@ -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"
|
||||||
|
Reference in New Issue
Block a user