We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
antfu
Learn more about funding links in repositories.
Report abuse
1 parent 87af9a0 commit 6ada34eCopy full SHA for 6ada34e
README.md
@@ -146,7 +146,12 @@ Add the following settings to your `.vscode/settings.json`:
146
"xml",
147
"gql",
148
"graphql",
149
- "astro"
+ "astro",
150
+ "css",
151
+ "less",
152
+ "scss",
153
+ "pcss",
154
+ "postcss"
155
]
156
}
157
```
src/cli/constants.ts
@@ -49,7 +49,12 @@ export const vscodeSettingsString = `
49
50
51
52
53
54
55
56
57
58
59
`
60
0 commit comments