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.
2 parents cd1436b + fcfee5f commit 64b3a28Copy full SHA for 64b3a28
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