We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc87d6d commit c3ee8b1Copy full SHA for c3ee8b1
editors/code/src/installation/extension.ts
@@ -23,7 +23,7 @@ export async function ensureProperExtensionVersion(config: Config): Promise<neve
23
24
if (currentUpdChannel === UpdatesChannel.Stable) {
25
// Release date is present only when we are on nightly
26
- config.installedNightlyExtensionReleaseDate.set(null);
+ await config.installedNightlyExtensionReleaseDate.set(null);
27
}
28
29
if (desiredUpdChannel === UpdatesChannel.Stable) {
0 commit comments