Skip to content

Commit 64b3a28

Browse files
authored
Merge pull request #718 from isc-bsaviano/master
Improve wording of confirmation message for namespace compile command
2 parents cd1436b + fcfee5f commit 64b3a28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/compile.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ export async function namespaceCompile(askFlags = false): Promise<any> {
338338
throw new Error(`No Active Connection`);
339339
}
340340
const confirm = await vscode.window.showWarningMessage(
341-
`Compiling all files in namespace '${api.ns}' is expensive! Are you sure you want to proceed?`,
341+
`Compiling all files in namespace '${api.ns}' might be expensive. Are you sure you want to proceed?`,
342342
"Cancel",
343343
"Confirm"
344344
);

0 commit comments

Comments
 (0)