Skip to content

Commit 3f3606a

Browse files
committed
fix string spelling
1 parent c25fc61 commit 3f3606a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -932,7 +932,7 @@ async function checkAndInstallRuntime() {
932932
if (pkgReady && pkgFile.IsFile()) {
933933
try {
934934
ChildProcess.execFileSync(pkgFile.path);
935-
const sel = await vscode.window.showInformationMessage(`Ok ! Now you need relaunch VsCode !`, txt_yes);
935+
const sel = await vscode.window.showInformationMessage(`Ok ! Now you need to relaunch VsCode !`, txt_yes);
936936
if (sel) {
937937
vscode.commands.executeCommand('workbench.action.reloadWindow');
938938
}

0 commit comments

Comments
 (0)