Skip to content

Commit a20aa54

Browse files
committed
fix
1 parent 7566be0 commit a20aa54

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
@@ -147,7 +147,7 @@ async function openUpdatesWindow(context: vscode.ExtensionContext) {
147147
</div>
148148
</body>
149149
</html>`;
150-
await context.globalState.update("sawVersionLogNew6", true);
150+
await context.globalState.update("sawVersionLogNew8", true);
151151
}
152152
}
153153

0 commit comments

Comments
 (0)