Make pio work in vscode

This commit is contained in:
2026-03-05 16:16:23 +01:00
parent f9a4b97ab2
commit 84915990f9
5 changed files with 24 additions and 11 deletions

View File

@@ -80,5 +80,10 @@
};
fwupd.enable = true;
udev.packages = with pkgs; [
platformio-core.udev
openocd
];
};
}