From fb6e655de8a44c65275ad45a27bf5bd684670ba0 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Tue, 17 Mar 2020 12:44:31 +0100 Subject: Rewrite auto-update Everything now happens in main.ts, in the bootstrap family of functions. The current flow is: * check everything only on extension installation. * if the user is on nightly channel, try to download the nightly extension and reload. * when we install nightly extension, we persist its release id, so that we can check if the current release is different. * if server binary was not downloaded by the current version of the extension, redownload it (we persist the version of ext that downloaded the server). --- .vscode/launch.json | 1 + 1 file changed, 1 insertion(+) (limited to '.vscode/launch.json') diff --git a/.vscode/launch.json b/.vscode/launch.json index 2e5c61735..ca70fb209 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -16,6 +16,7 @@ "request": "launch", "runtimeExecutable": "${execPath}", "args": [ + // "--user-data-dir=${workspaceFolder}/target/code", "--disable-extensions", "--extensionDevelopmentPath=${workspaceFolder}/editors/code" ], -- cgit v1.2.3