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 c25fc61 commit 3f3606aCopy full SHA for 3f3606a
1 file changed
src/extension.ts
@@ -932,7 +932,7 @@ async function checkAndInstallRuntime() {
932
if (pkgReady && pkgFile.IsFile()) {
933
try {
934
ChildProcess.execFileSync(pkgFile.path);
935
- const sel = await vscode.window.showInformationMessage(`Ok ! Now you need relaunch VsCode !`, txt_yes);
+ const sel = await vscode.window.showInformationMessage(`Ok ! Now you need to relaunch VsCode !`, txt_yes);
936
if (sel) {
937
vscode.commands.executeCommand('workbench.action.reloadWindow');
938
}
0 commit comments