Skip to content

Commit

Permalink
Qute support for multi module project
Browse files Browse the repository at this point in the history
  • Loading branch information
angelozerr committed Sep 19, 2023
1 parent 26b8952 commit 9a44fc5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/qute/languageServer/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ export async function connectToQuteLS(context: ExtensionContext, api: JavaExtens

commands.executeCommand('setContext', 'QuteLSReady', true);

bindQuteRequest('qute/template/projects');
bindQuteNotification('qute/template/project/added');
bindQuteNotification('qute/template/project/removed');
bindQuteRequest('qute/template/project');
bindQuteRequest('qute/template/projectDataModel');
bindQuteRequest('qute/template/userTags');
Expand Down

0 comments on commit 9a44fc5

Please sign in to comment.