You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"markdownDeprecationMessage": "This setting is deprecated. Use `#js/ts.validate.enabled#` instead.",
521
522
"scope": "window",
522
523
"type": "boolean"
523
524
},
@@ -1198,6 +1199,15 @@
1198
1199
],
1199
1200
"type": "boolean"
1200
1201
},
1202
+
"js/ts.reportStyleChecksAsWarnings": {
1203
+
"default": true,
1204
+
"description": "Report style checks as warnings.",
1205
+
"scope": "window",
1206
+
"tags": [
1207
+
"TypeScript"
1208
+
],
1209
+
"type": "boolean"
1210
+
},
1201
1211
"js/ts.suggest.autoImports": {
1202
1212
"default": true,
1203
1213
"description": "Enable/disable auto import suggestions.",
@@ -1346,6 +1356,16 @@
1346
1356
],
1347
1357
"type": "boolean"
1348
1358
},
1359
+
"js/ts.validate.enabled": {
1360
+
"default": true,
1361
+
"description": "Enable/disable JavaScript and TypeScript validation.",
1362
+
"scope": "language-overridable",
1363
+
"tags": [
1364
+
"JavaScript",
1365
+
"TypeScript"
1366
+
],
1367
+
"type": "boolean"
1368
+
},
1349
1369
"js/ts.workspaceSymbols.excludeLibrarySymbols": {
1350
1370
"default": true,
1351
1371
"markdownDescription": "Exclude symbols that come from library files in `Go to Symbol in Workspace` results. Requires using TypeScript 5.3+ in the workspace.",
@@ -1915,6 +1935,7 @@
1915
1935
"typescript.reportStyleChecksAsWarnings": {
1916
1936
"default": true,
1917
1937
"description": "Report style checks as warnings.",
1938
+
"markdownDeprecationMessage": "This setting is deprecated. Use `#js/ts.reportStyleChecksAsWarnings#` instead.",
0 commit comments