From 5d973490687c40922f2b7a2ddf2a3e19c207eb0f Mon Sep 17 00:00:00 2001 From: Nate Sesti Date: Thu, 27 Jul 2023 11:23:55 -0700 Subject: feat: :loud_sound: give users access to Continue server logs can see logs in ~/.continue/continue.log --- extension/src/activation/activate.ts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'extension/src/activation/activate.ts') diff --git a/extension/src/activation/activate.ts b/extension/src/activation/activate.ts index 430f9f4a..40f1bbd5 100644 --- a/extension/src/activation/activate.ts +++ b/extension/src/activation/activate.ts @@ -22,6 +22,10 @@ function getExtensionVersionInt(versionString: string): number { export async function activateExtension(context: vscode.ExtensionContext) { extensionContext = context; console.log("Using Continue version: ", getExtensionVersion()); + console.log( + "In workspace: ", + vscode.workspace.workspaceFolders?.[0].uri.fsPath + ); // 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) -- cgit v1.2.3-70-g09d2