Skip to content

Commit

Permalink
Update solution state
Browse files Browse the repository at this point in the history
Signed-off-by: Radoslaw Szwajkowski <[email protected]>
  • Loading branch information
rszwajko committed Jan 16, 2025
1 parent 4acdb10 commit ae4fa26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vscode/src/client/analyzerClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ export class AnalyzerClient {
this.fireSolutionStateChange = (state: SolutionState, message?: string, scope?: Scope) =>
mutateExtensionData((draft) => {
draft.isFetchingSolution = state === "sent";
draft.solutionState = state;
if (state === "started") {
draft.solutionMessages = [];
draft.solutionScope = scope;
Expand Down

0 comments on commit ae4fa26

Please sign in to comment.