Skip to content

Commit 4ee95ec

Browse files
committed
fix(editor): activate extension when astro files are opened too (#10725)
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Added support for activating the extension when working with Astro language files in VSCode. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent 7234ba4 commit 4ee95ec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

editors/vscode/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@
3333
"onLanguage:typescript",
3434
"onLanguage:typescriptreact",
3535
"onLanguage:vue",
36-
"onLanguage:svelte"
36+
"onLanguage:svelte",
37+
"onLanguage:astro"
3738
],
3839
"main": "./out/main.js",
3940
"contributes": {

0 commit comments

Comments
 (0)