Skip to content

Commit

Permalink
Merge pull request #198 from KxSystems/KXI-33845
Browse files Browse the repository at this point in the history
KXI-33845 Wording around scratchpads is confusing
  • Loading branch information
nfarrell-kx authored Dec 1, 2023
2 parents a0a6664 + 0d44119 commit 313c196
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/commands/serverCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ export async function importScratchpad(
ext.outputChannel.appendLine("User cancelled the installation.");
});

progress.report({ message: "Scratchpad creating..." });
progress.report({ message: "Query executing..." });

const scratchpadResponse = await axios.post(
scratchpadURL.toString(),
Expand All @@ -574,7 +574,7 @@ export async function importScratchpad(

ext.outputChannel.append(JSON.stringify(scratchpadResponse.data));
window.showInformationMessage(
`Scratchpad created successfully, stored in ${variableName}`
`Executed successfully, stored in ${variableName}`
);

const p = new Promise<void>((resolve) => resolve());
Expand Down

0 comments on commit 313c196

Please sign in to comment.