To reproduce:
- open a first json file
- quickly request code complete (best done programmatically by executing the code complete command )
this.keybindingService.executeCommand('editor.action.triggerSuggest');
Observe: the suggest widget is empty. The reason is that the json support now comes in through an extension that the json mode dynamically gets the suggest support. Since json starts a server this can take a while.
To reproduce:
Observe: the suggest widget is empty. The reason is that the json support now comes in through an extension that the json mode dynamically gets the suggest support. Since json starts a server this can take a while.