Skip to content

Suggest wigets should react to mode changes. #3121

@dbaeumer

Description

@dbaeumer

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.

Metadata

Metadata

Assignees

Labels

bugIssue identified by VS Code Team member as probable bugverifiedVerification succeeded

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions