Skip to content

Commit

Permalink
fix: test8
Browse files Browse the repository at this point in the history
  • Loading branch information
phondani0 committed Aug 15, 2024
1 parent 61bc20b commit 3269d1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const createTempDirectory = (): string => {
export function installViteInTempDir(tempDir: string): Promise<void> {
return new Promise((resolve, reject) => {
vscode.window.showInformationMessage(
"Preparing Vite environment...123"
"Preparing Vite environment...123 - new"
);

const installCommand =
Expand Down

0 comments on commit 3269d1c

Please sign in to comment.