mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-28 04:23:32 +01:00
Fixes #14410: Rename experimentalAutomaticTypeAcquisition to disableAutomaticTypingAcquisition
This commit is contained in:
@@ -81,10 +81,10 @@
|
||||
"default": null,
|
||||
"description": "%typescript.tsdk.desc%"
|
||||
},
|
||||
"typescript.experimentalAutomaticTypeAcquisition": {
|
||||
"typescript.disableAutomaticTypeAcquisition": {
|
||||
"type": "boolean",
|
||||
"default": true,
|
||||
"description": "%typescript.experimentalAutomaticTypeAcquisition%"
|
||||
"default": false,
|
||||
"description": "%typescript.disableAutomaticTypeAcquisition%"
|
||||
},
|
||||
"typescript.check.workspaceVersion": {
|
||||
"type": "boolean",
|
||||
|
||||
Reference in New Issue
Block a user