Skip to content

Commit

Permalink
Merge pull request #342 from KxSystems/ee-bundled
Browse files Browse the repository at this point in the history
KXI-47671: Disconnect bundled KDB+ connection on stop q
  • Loading branch information
ecmel authored Jun 7, 2024
2 parents b54d2e9 + 25637fc commit 7336742
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 @@ -280,6 +280,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 7336742

Please sign in to comment.