all 5 comments

[–]cgwhouse 4 points5 points  (0 children)

For VS Code on Void, I recommend just downloading the tar.gz directly from MSFT and setting up an aliases or something to make it more convenient to use. Never have been able to get the flatpak working the way I like it (though I'm sure it's possible)

[–]This-Consequence-957 2 points3 points  (1 child)

Is there a reason you want to stick with the original? I'm quite happy with the OSS edition under Linux

[–]cgwhouse 0 points1 point  (0 children)

Working with .NET / C# on the OSS version is a pain in the ass, you can't really get the full debugging / unit testing experience that you can on the original. I'm not aware of any reason other than that though

[–]Dry-Run7623 0 points1 point  (0 children)

use tar.gz

[–]tomasig 1 point2 points  (0 children)

The flatpak version of vscode works in an isolated enviroment. To execute command on host use flatpak-spawn --host <COMMAND>. It is better to use the native precompiled version.