Skip to content

Commit

Permalink
Remove comments and add astro-build.astro-vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
prototypa committed Mar 2, 2024
1 parent 7ae90e4 commit 6d80065
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6d80065

Please sign in to comment.