From 41aad901404e45ef5d98c1bfc4ee0b0cede247b3 Mon Sep 17 00:00:00 2001 From: Richie Cahill Date: Sat, 1 Nov 2025 16:57:05 -0400 Subject: [PATCH] updated python.defaultInterpreterPath --- users/richie/home/gui/vscode/settings.json | 1 + 1 file changed, 1 insertion(+) diff --git a/users/richie/home/gui/vscode/settings.json b/users/richie/home/gui/vscode/settings.json index 0d63f4b..5c9cfd3 100644 --- a/users/richie/home/gui/vscode/settings.json +++ b/users/richie/home/gui/vscode/settings.json @@ -80,6 +80,7 @@ "nix.serverPath": "nil", // python tools + "python.defaultInterpreterPath": "/run/current-system/sw/bin/python", "mypy.runUsingActiveInterpreter": true, // force the use of rust-analyzer from dev shell