Skip to content

Commit d3ff01f

Browse files
authored
feat: activate on gjs/gts files (#43)
2 parents 8a9ce0f + 4ff4a13 commit d3ff01f

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

Diff for: .changeset/smart-cobras-visit.md

+5
Original file line numberDiff line numberDiff line change
@@ -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

Diff for: packages/vscode/src/panda-extension.ts

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ const docSelector: vscode.DocumentSelector = [
1818
'javascript',
1919
'javascriptreact',
2020
'astro',
21+
'glimmer-js',
22+
'glimmer-ts',
2123
// TODO re-enable whenever we figured out how to map transformed file AST nodes to their original positions
2224
// 'svelte',
2325
// 'vue',

0 commit comments

Comments
 (0)