fix: made platformio not used built in things

This commit is contained in:
Leyla Becker 2026-01-11 18:42:34 -06:00
parent 629950bc6f
commit 769359d6e9

View file

@ -21,6 +21,9 @@ in {
extensions = [
config.extraExtensions.platformIO.extension
];
userSettings = {
"platformio-ide.useBuiltinPIOCore" = false;
};
};
}));
};