Skip to content

Commit b125390

Browse files
committed
fix
1 parent fa39a10 commit b125390

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

client/out/extension.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ async function openUpdatesWindow(context: vscode.ExtensionContext) {
9797
</div>
9898
</body>
9999
</html>`;
100-
await context.globalState.update("sawVersionLogNew11", true);
100+
await context.globalState.update("sawVersionLogNew12", true);
101101
}
102102
}
103103

0 commit comments

Comments
 (0)