Fixes #2856: [json] Warnings in status bar after updating to version 0.10.8

This commit is contained in:
Martin Aeschlimann
2016-02-10 12:09:06 +01:00
parent b58ed36b12
commit 0f6a10b4b0
3 changed files with 3 additions and 3 deletions

View File

@@ -64,7 +64,7 @@
"description": "Complete functions with their parameter signature."
},
"typescript.tsdk": {
"type": "string",
"type": ["string", "null"],
"default": null,
"description": "Specifies the folder path containing the tsserver and lib*.d.ts files to use."
}