From 82786f5a5d20094f277fadc319414d48acdb50e5 Mon Sep 17 00:00:00 2001 From: Nate Sesti Date: Mon, 14 Aug 2023 17:13:56 -0700 Subject: ls exe --- extension/src/activation/environmentSetup.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extension') diff --git a/extension/src/activation/environmentSetup.ts b/extension/src/activation/environmentSetup.ts index d7486d2c..01115281 100644 --- a/extension/src/activation/environmentSetup.ts +++ b/extension/src/activation/environmentSetup.ts @@ -218,7 +218,7 @@ export async function startContinuePythonServer(redownload: boolean = true) { 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")); + const files = fs.readdirSync(path.join(getExtensionUri().fsPath, "server", "exe")); console.log("Files in server folder: ", files); const errText = `- Failed to install Continue server.`; vscode.window.showErrorMessage(errText); -- cgit v1.2.3-70-g09d2