We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d056093 commit bf6101aCopy full SHA for bf6101a
client/src/extension.ts
@@ -69,7 +69,7 @@ function registerNotificationHandlers(client: lsp.LanguageClient) {
69
location: vscode.ProgressLocation.Window,
70
title: 'Initializing Angular language features',
71
},
72
- () => new Promise((resolve) => {
+ () => new Promise<void>((resolve) => {
73
client.onNotification(notification.ProjectLoadingFinish, resolve);
74
}),
75
);
0 commit comments