From 2864e2fa39968ccb8f4163fdd94249e9031cd25b Mon Sep 17 00:00:00 2001 From: Nate Sesti Date: Mon, 14 Aug 2023 16:57:13 -0700 Subject: ls --- extension/src/activation/environmentSetup.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/extension/src/activation/environmentSetup.ts b/extension/src/activation/environmentSetup.ts index 6c4a37a4..d7486d2c 100644 --- a/extension/src/activation/environmentSetup.ts +++ b/extension/src/activation/environmentSetup.ts @@ -217,6 +217,9 @@ export async function startContinuePythonServer(redownload: boolean = true) { // Validate that the file exists console.log("Looking for file at ", destination); if (!fs.existsSync(destination)) { + // List the contents of the folder + const files = fs.readdirSync(path.join(getExtensionUri().fsPath, "server")); + console.log("Files in server folder: ", files); const errText = `- Failed to install Continue server.`; vscode.window.showErrorMessage(errText); console.log("6: throwing error message: ", errText); -- cgit v1.2.3-70-g09d2