Skip to content

Commit

Permalink
fix: call language client stop during deactivation
Browse files Browse the repository at this point in the history
@W-14446753@
  • Loading branch information
peternhale committed Nov 7, 2023
1 parent aea3694 commit ba9de0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/salesforcedx-vscode-apex/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,7 @@ async function registerTestView(): Promise<vscode.Disposable> {
}

export async function deactivate() {
await languageClient?.stop();
telemetryService.sendExtensionDeactivationEvent();
}

Expand Down

0 comments on commit ba9de0a

Please sign in to comment.