mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-02 22:41:31 +01:00
ATA is Automatic Type Acquisition (#27760)
This commit is contained in:
committed by
Matt Bierner
parent
aa921aa291
commit
eb097f89a6
@@ -36,8 +36,8 @@
|
||||
"typescript.selectTypeScriptVersion.title": "Select TypeScript Version",
|
||||
"jsDocCompletion.enabled": "Enable/disable auto JSDoc comments",
|
||||
"javascript.implicitProjectConfig.checkJs": "Enable/disable semantic checking of JavaScript files. Existing jsconfig.json or tsconfig.json files override this setting. Requires TypeScript >=2.3.1.",
|
||||
"typescript.npm": "Specifies the path to the NPM install used for automatic typings acquisition. Requires TypeScript >= 2.3.4",
|
||||
"typescript.check.npmIsInstalled": "Check if NPM is installed for automatic typings acquisition",
|
||||
"typescript.npm": "Specifies the path to the NPM install used for Automatic Type Acquisition. Requires TypeScript >= 2.3.4.",
|
||||
"typescript.check.npmIsInstalled": "Check if NPM is installed for Automatic Type Acquisition.",
|
||||
"javascript.nameSuggestions": "Enable/disable including unique names from the file in JavaScript suggestion lists.",
|
||||
"typescript.tsc.autoDetect": "Controls whether auto detection of tsc tasks is on or off."
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user