We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d825fa5 commit 4539297Copy full SHA for 4539297
VModer.Extensions/client/extension/extension.ts
@@ -196,8 +196,8 @@ async function pickGameRootFolderPath(config: WorkspaceConfiguration) {
196
});
197
if (uri && uri[0]) {
198
await config.update("VModer.GameRootPath", uri[0].fsPath, true);
199
+ await window.showInformationMessage(l10n.t("MustRestart"));
200
}
- await window.showInformationMessage(l10n.t("MustRestart"));
201
202
203
function updateStatusBarItem(statusBarItem: StatusBarItem, client: LanguageClient) {
0 commit comments