Skip to content

Commit

Permalink
fixes KXI-47671
Browse files Browse the repository at this point in the history
  • Loading branch information
ecmel committed Jun 6, 2024
1 parent 79ea141 commit 25637fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ export async function activate(context: ExtensionContext) {
commands.registerCommand(
"kdb.stopLocalProcess",
async (viewItem: KdbNode) => {
await commands.executeCommand("kdb.disconnect", viewItem);
await stopLocalProcess(viewItem);
},
),
Expand Down

0 comments on commit 25637fc

Please sign in to comment.