Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/typescript-language-features/package.json')
-rw-r--r--extensions/typescript-language-features/package.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/extensions/typescript-language-features/package.json b/extensions/typescript-language-features/package.json
index 14618b75330..1c3fccddc99 100644
--- a/extensions/typescript-language-features/package.json
+++ b/extensions/typescript-language-features/package.json
@@ -301,6 +301,12 @@
"markdownDescription": "%configuration.inlayHints.variableTypes.enabled%",
"scope": "resource"
},
+ "typescript.inlayHints.variableTypes.suppressWhenTypeMatchesName": {
+ "type": "boolean",
+ "default": true,
+ "markdownDescription": "%configuration.inlayHints.variableTypes.suppressWhenTypeMatchesName%",
+ "scope": "resource"
+ },
"typescript.inlayHints.propertyDeclarationTypes.enabled": {
"type": "boolean",
"default": false,
@@ -353,6 +359,12 @@
"markdownDescription": "%configuration.inlayHints.variableTypes.enabled%",
"scope": "resource"
},
+ "javascript.inlayHints.variableTypes.suppressWhenTypeMatchesName": {
+ "type": "boolean",
+ "default": true,
+ "markdownDescription": "%configuration.inlayHints.variableTypes.suppressWhenTypeMatchesName%",
+ "scope": "resource"
+ },
"javascript.inlayHints.propertyDeclarationTypes.enabled": {
"type": "boolean",
"default": false,