Add some links and small cleanup for JS/TS settings

This commit is contained in:
Matt Bierner
2021-04-28 17:31:18 -07:00
parent e8eb44523e
commit 3915fcfe49
2 changed files with 8 additions and 8 deletions

View File

@@ -147,7 +147,7 @@
"typescript.disableAutomaticTypeAcquisition": {
"type": "boolean",
"default": false,
"description": "%typescript.disableAutomaticTypeAcquisition%",
"markdownDescription": "%typescript.disableAutomaticTypeAcquisition%",
"scope": "window",
"tags": [
"usesOnlineServices"
@@ -165,13 +165,13 @@
"null"
],
"default": null,
"description": "%typescript.npm%",
"markdownDescription": "%typescript.npm%",
"scope": "machine"
},
"typescript.check.npmIsInstalled": {
"type": "boolean",
"default": true,
"description": "%typescript.check.npmIsInstalled%",
"markdownDescription": "%typescript.check.npmIsInstalled%",
"scope": "window"
},
"javascript.referencesCodeLens.enabled": {