Skip to content

Commit ec0210e

Browse files
authored
fix: tour page not shown at first launch (#713)
Signed-off-by: Yan Zhang <[email protected]>
1 parent 04cb599 commit ec0210e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/extension.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ async function initializeExtension(_operationId: string, context: vscode.Extensi
5252
const walkthroughEnabled = await isWalkthroughEnabled();
5353
if (walkthroughEnabled === false && !context.globalState.get(KEY_IS_WELCOME_PAGE_VIEWED)) {
5454
presentFirstView(context);
55-
context.globalState.update(KEY_IS_WELCOME_PAGE_VIEWED, true)
5655
}
5756

5857
if (config.get("firstView") !== HelpViewType.None && context.globalState.get(KEY_SHOW_WHEN_USING_JAVA)) {

0 commit comments

Comments
 (0)