From 7a0d46483db51a540a4e3cbdce887184de582e81 Mon Sep 17 00:00:00 2001 From: Kevin Turcios Date: Mon, 24 Feb 2025 14:56:56 -0800 Subject: [PATCH] codeflash uses codeflash312 as env name --- codeflash.code-workspace | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codeflash.code-workspace b/codeflash.code-workspace index 76c5f0ece..22817407d 100644 --- a/codeflash.code-workspace +++ b/codeflash.code-workspace @@ -19,7 +19,7 @@ } ], "settings": { - "python.defaultInterpreterPath": "~/miniforge3/envs/dev/bin/python", + "python.defaultInterpreterPath": "~/miniforge3/envs/codeflash312/bin/python", "python.terminal.activateEnvironment": true }, "launch": {