distrobox command

how do i make it so if i do node . and java -jar in vs code it makes the command happen on a distrobox or system wide instead of just vs
Solution
if you use vscode, follow this
https://github.com/89luca89/distrobox/blob/main/docs/posts/integrate_vscode_distrobox.md#from-flatpak

if you use something else, run your dev workflow inside distrobox, this means installing your IDE and tools inside distrobox and exporting the IDE and work like normal
GitHub
Use any linux distribution inside your terminal. Enable both backward and forward compatibility with software and freedom to use whatever distribution you’re more comfortable with. Mirror available...
Was this page helpful?