We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8a9ce0f + 4ff4a13 commit d3ff01fCopy full SHA for d3ff01f
.changeset/smart-cobras-visit.md
@@ -0,0 +1,5 @@
1
+---
2
+"panda-css-vscode": patch
3
4
+
5
+Support extendion activation on `.gjs` and `.gts` files for Next-gen Ember files
packages/vscode/src/panda-extension.ts
@@ -18,6 +18,8 @@ const docSelector: vscode.DocumentSelector = [
18
'javascript',
19
'javascriptreact',
20
'astro',
21
+ 'glimmer-js',
22
+ 'glimmer-ts',
23
// TODO re-enable whenever we figured out how to map transformed file AST nodes to their original positions
24
// 'svelte',
25
// 'vue',
0 commit comments