mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
@@ -677,7 +677,7 @@
|
||||
},
|
||||
"js/ts.implicitProjectConfig.target": {
|
||||
"type": "string",
|
||||
"default": "ES2020",
|
||||
"default": "ES2022",
|
||||
"markdownDescription": "%configuration.implicitProjectConfig.target%",
|
||||
"enum": [
|
||||
"ES3",
|
||||
@@ -691,6 +691,8 @@
|
||||
"ES2020",
|
||||
"ES2021",
|
||||
"ES2022",
|
||||
"ES2023",
|
||||
"ES2024",
|
||||
"ESNext"
|
||||
],
|
||||
"scope": "window"
|
||||
|
||||
Reference in New Issue
Block a user