mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 12:19:20 +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",
|
"id": "javascriptreact",
|
||||||
"aliases": [
|
"aliases": [
|
||||||
|
"JavaScript JSX",
|
||||||
"JavaScript React",
|
"JavaScript React",
|
||||||
"jsx"
|
"jsx"
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -31,6 +31,7 @@
|
|||||||
{
|
{
|
||||||
"id": "typescriptreact",
|
"id": "typescriptreact",
|
||||||
"aliases": [
|
"aliases": [
|
||||||
|
"TypeScript JSX",
|
||||||
"TypeScript React",
|
"TypeScript React",
|
||||||
"tsx"
|
"tsx"
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user