From 769359d6e9210446335a2935a6a2e440d1bb4fad Mon Sep 17 00:00:00 2001 From: Leyla Becker Date: Sun, 11 Jan 2026 18:42:34 -0600 Subject: [PATCH] fix: made platformio not used built in things --- modules/home-manager-modules/programs/vscode/platformIO.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/home-manager-modules/programs/vscode/platformIO.nix b/modules/home-manager-modules/programs/vscode/platformIO.nix index ec57ef2..ace83b7 100644 --- a/modules/home-manager-modules/programs/vscode/platformIO.nix +++ b/modules/home-manager-modules/programs/vscode/platformIO.nix @@ -21,6 +21,9 @@ in { extensions = [ config.extraExtensions.platformIO.extension ]; + userSettings = { + "platformio-ide.useBuiltinPIOCore" = false; + }; }; })); };