We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd1436b commit fcfee5fCopy full SHA for fcfee5f
src/commands/compile.ts
@@ -338,7 +338,7 @@ export async function namespaceCompile(askFlags = false): Promise<any> {
338
throw new Error(`No Active Connection`);
339
}
340
const confirm = await vscode.window.showWarningMessage(
341
- `Compiling all files in namespace '${api.ns}' is expensive! Are you sure you want to proceed?`,
+ `Compiling all files in namespace '${api.ns}' might be expensive. Are you sure you want to proceed?`,
342
"Cancel",
343
"Confirm"
344
);
0 commit comments