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 3b7b558 commit 2596f4bCopy full SHA for 2596f4b
1 file changed
src/task.ts
@@ -96,7 +96,7 @@ async function createBuildTask(isJXA = false): Promise<void> {
96
97
if (await fileExists(buildFile)) {
98
window.showErrorMessage(
99
- 'This workspace already has a task file. If you want to override it, delete it manually and try again.',
+ 'This workspace already has a task file. If you want to overwrite it, delete it manually and try again.',
100
);
101
return;
102
}
0 commit comments