We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 891ffb8 commit e098c9bCopy full SHA for e098c9b
src/classes/insightsConnection.ts
@@ -450,7 +450,7 @@ export class InsightsConnection {
450
},
451
async (progress, token) => {
452
token.onCancellationRequested(() => {
453
- kdbOutputLog(`User cancelled the Scrathpad execution.`, "WARNING");
+ kdbOutputLog(`User cancelled the scratchpad execution.`, "WARNING");
454
});
455
456
if (isStarting) {
src/commands/serverCommand.ts
@@ -797,7 +797,7 @@ export async function executeQuery(
797
{
798
cancellable: true,
799
location: ProgressLocation.Window,
800
- title: `Executing Query (${executorName})`,
+ title: `Executing query (${executorName})`,
801
802
async (_progress, token) => {
803
await _executeQuery(
0 commit comments