diff --git a/src/utils.ts b/src/utils.ts index 2a17bc3..5a3085d 100644 --- a/src/utils.ts +++ b/src/utils.ts @@ -12,7 +12,7 @@ export const createTempDirectory = (): string => { export function installViteInTempDir(tempDir: string): Promise { return new Promise((resolve, reject) => { vscode.window.showInformationMessage( - "Preparing Vite environment...123 - new" + "Preparing Vite environment...123 - new1" ); const installCommand =