We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04cb599 commit ec0210eCopy full SHA for ec0210e
1 file changed
src/extension.ts
@@ -52,7 +52,6 @@ async function initializeExtension(_operationId: string, context: vscode.Extensi
52
const walkthroughEnabled = await isWalkthroughEnabled();
53
if (walkthroughEnabled === false && !context.globalState.get(KEY_IS_WELCOME_PAGE_VIEWED)) {
54
presentFirstView(context);
55
- context.globalState.update(KEY_IS_WELCOME_PAGE_VIEWED, true)
56
}
57
58
if (config.get("firstView") !== HelpViewType.None && context.globalState.get(KEY_SHOW_WHEN_USING_JAVA)) {
0 commit comments