Skip to content

Commit fcfee5f

Browse files
committed
Improve message wording
1 parent cd1436b commit fcfee5f

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)