Skip to content
This repository was archived by the owner on Dec 2, 2025. It is now read-only.

Commit 02da4ea

Browse files
authored
feat(extension): restore jsx lang support
1 parent e2307ea commit 02da4ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/base/common/languages/languages.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ type SupportedLanguage =
1111
| 'python'
1212
| 'rust'
1313
| 'javascript'
14-
// | 'javascriptreact'
14+
| 'javascriptreact'
1515
| 'typescript'
1616
| 'typescriptreact';
1717

@@ -27,7 +27,7 @@ export const SUPPORTED_LANGUAGES: LanguageIdentifier[] = [
2727
'python',
2828
'rust',
2929
'javascript',
30-
// 'javascriptreact',
30+
'javascriptreact',
3131
'typescript',
3232
'typescriptreact',
3333
];

0 commit comments

Comments
 (0)