diff --git a/src/utils.ts b/src/utils.ts index c4ecb52..2a17bc3 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" + "Preparing Vite environment...123 - new" ); const installCommand =