aboutsummaryrefslogtreecommitdiff
path: root/editors/code/src
diff options
context:
space:
mode:
Diffstat (limited to 'editors/code/src')
-rw-r--r--editors/code/src/installation/extension.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/code/src/installation/extension.ts b/editors/code/src/installation/extension.ts
index a0925acaa..d0782ad13 100644
--- a/editors/code/src/installation/extension.ts
+++ b/editors/code/src/installation/extension.ts
@@ -23,7 +23,7 @@ export async function ensureProperExtensionVersion(config: Config): Promise<neve
23 23
24 if (currentUpdChannel === UpdatesChannel.Stable) { 24 if (currentUpdChannel === UpdatesChannel.Stable) {
25 // Release date is present only when we are on nightly 25 // Release date is present only when we are on nightly
26 config.installedNightlyExtensionReleaseDate.set(null); 26 await config.installedNightlyExtensionReleaseDate.set(null);
27 } 27 }
28 28
29 if (desiredUpdChannel === UpdatesChannel.Stable) { 29 if (desiredUpdChannel === UpdatesChannel.Stable) {