Skip to content

Commit

Permalink
Fix Sdk extensions marked as unknown on load (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
JordanBoltonMN authored Sep 8, 2022
1 parent 1d18931 commit 28f7425
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,8 @@ connection.onInitialized(async () => {
}

await SettingsUtils.initializeServerSettings(connection);

documents.all().forEach(debouncedValidateDocument);
});

connection.onRenameRequest(async (params: RenameParams, cancellationToken: LS.CancellationToken) => {
Expand Down

0 comments on commit 28f7425

Please sign in to comment.