mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-20 02:08:47 +00:00
Use JSX in display names of the TypeScript React and JavaScript React languages (#168368)
Use JSX in display names of the TypeScript React and JavaScript React languages Fixes #138285 This changes the display name of the languages `JavaScript React` -> `JavaScript JSX` and `TypeScript React` -> `TypeScript JSX` This only changes the display names and leaves the ids alone. Changing the ids would be a very breaking change for extensions with no real user benefits
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
{
|
||||
"id": "javascriptreact",
|
||||
"aliases": [
|
||||
"JavaScript JSX",
|
||||
"JavaScript React",
|
||||
"jsx"
|
||||
],
|
||||
|
||||
@@ -31,6 +31,7 @@
|
||||
{
|
||||
"id": "typescriptreact",
|
||||
"aliases": [
|
||||
"TypeScript JSX",
|
||||
"TypeScript React",
|
||||
"tsx"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user