mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-28 12:33:35 +01:00
Fixes #14410: Rename experimentalAutomaticTypeAcquisition to disableAutomaticTypingAcquisition
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
"typescript.useCodeSnippetsOnMethodSuggest.dec": "Complete functions with their parameter signature.",
|
||||
"typescript.tsdk.desc": "Specifies the folder path containing the tsserver and lib*.d.ts files to use.",
|
||||
"typescript.tsdk_version.desc": "Specifies the version of the tsserver. Only necessary if the tsserver is not installed using npm.",
|
||||
"typescript.experimentalAutomaticTypeAcquisition": "Enable automatic type acquisition. Requires TypeScript >= 2.0.6 and a restart after changing it.",
|
||||
"typescript.disableAutomaticTypeAcquisition": "Disables automatic type acquisition. Requires TypeScript >= 2.0.6 and a restart after changing it.",
|
||||
"typescript.check.workspaceVersion": "Check if a TypeScript version is available in the workspace.",
|
||||
"typescript.check.tscVersion": "Check if a global install TypeScript compiler (e.g. tsc) differs from the used TypeScript language service.",
|
||||
"typescript.tsserver.trace": "Enables tracing of messages send to the TS server.",
|
||||
|
||||
Reference in New Issue
Block a user