Skip to content

Commit

Permalink
feat(extension): restore jsx lang support (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengxs2018 authored Dec 14, 2024
1 parent e2307ea commit b97c979
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/base/common/languages/languages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ type SupportedLanguage =
| 'python'
| 'rust'
| 'javascript'
// | 'javascriptreact'
| 'javascriptreact'
| 'typescript'
| 'typescriptreact';

Expand All @@ -27,7 +27,7 @@ export const SUPPORTED_LANGUAGES: LanguageIdentifier[] = [
'python',
'rust',
'javascript',
// 'javascriptreact',
'javascriptreact',
'typescript',
'typescriptreact',
];
Expand Down

0 comments on commit b97c979

Please sign in to comment.