summaryrefslogtreecommitdiff
path: root/extension/src/activation
diff options
context:
space:
mode:
authorNate Sesti <sestinj@gmail.com>2023-07-25 22:26:09 -0700
committerNate Sesti <sestinj@gmail.com>2023-07-25 22:26:09 -0700
commit861a873f7ecf455b9c7833040b2a8163e369e062 (patch)
tree311d384ed52cb04822b59cf7f6c416e191d80f44 /extension/src/activation
parentf0df0fdc1fb7d8e65e27abe633da1831b8172b35 (diff)
downloadsncontinue-861a873f7ecf455b9c7833040b2a8163e369e062.tar.gz
sncontinue-861a873f7ecf455b9c7833040b2a8163e369e062.tar.bz2
sncontinue-861a873f7ecf455b9c7833040b2a8163e369e062.zip
checkpoint. Somewhat working, just a bit slow, probably some blocking meilisearch calls still happening
Diffstat (limited to 'extension/src/activation')
-rw-r--r--extension/src/activation/activate.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/extension/src/activation/activate.ts b/extension/src/activation/activate.ts
index a1d88a31..356d0256 100644
--- a/extension/src/activation/activate.ts
+++ b/extension/src/activation/activate.ts
@@ -17,7 +17,7 @@ export let ideProtocolClient: IdeProtocolClient;
export async function activateExtension(context: vscode.ExtensionContext) {
extensionContext = context;
-
+ console.log("Using Continue version: ", getExtensionVersion());
// Before anything else, check whether this is an out-of-date version of the extension
// Do so by grabbing the package.json off of the GitHub respository for now.
fetch(PACKAGE_JSON_RAW_GITHUB_URL)
@@ -67,6 +67,7 @@ export async function activateExtension(context: vscode.ExtensionContext) {
}, 2000);
});
+ console.log("Continue server started");
// Initialize IDE Protocol Client
const serverUrl = getContinueServerUrl();
ideProtocolClient = new IdeProtocolClient(