mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
Fixes #2856: [json] Warnings in status bar after updating to version 0.10.8
This commit is contained in:
@@ -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."
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user