Skip to content

Commit

Permalink
Stop clearing code analysis problems in updateCustomConfigurations. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-mcmanus authored Dec 22, 2023
1 parent 8d42c49 commit ab8b90b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Extension/src/LanguageServer/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1814,9 +1814,7 @@ export class DefaultClient implements Client {
return;
}

await Promise.all([
this.clearCustomConfigurations(),
this.handleRemoveAllCodeAnalysisProblems()]);
await this.clearCustomConfigurations();
await Promise.all([
...[...this.trackedDocuments].map(([_uri, document]) => this.provideCustomConfiguration(document.uri, undefined, true))
]);
Expand Down

0 comments on commit ab8b90b

Please sign in to comment.