mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-29 13:03:42 +01:00
Correctly mark typescript.npm as isExecutable
This commit is contained in:
@@ -109,7 +109,8 @@
|
||||
"null"
|
||||
],
|
||||
"default": null,
|
||||
"description": "%typescript.npm%"
|
||||
"description": "%typescript.npm%",
|
||||
"isExecutable": true
|
||||
},
|
||||
"typescript.check.npmIsInstalled": {
|
||||
"type": "boolean",
|
||||
|
||||
Reference in New Issue
Block a user