@amtlib-dot-dll is doing a great job packaging the open source version of vscode to flathub.org (https://flathub.org/apps/details/com.visualstudio.code.oss).
Maybe vscodium contributors can merge efforts with him to avoid confusion between various OSS versions.
I propose to:
CodeOSS, the contrary or pick another neat name.@G-Ray Thank you
@stripedpajamas Awesome for your project
NODE_ENV=production is used in the build script. Long time ago when I tried to build it, this environment variable disrupts the build. Perhaps someone fixed it@amtlib-dot-dll thank you for the notes. I am working on the AppVeyor build now, so hopefully we will have the Windows build pretty soon.
I will link to the Flatpak package in the README for anyone who wants that.
@G-Ray I will go ahead and close this issue as I don't plan on merging the projects, but I will be sure to make it clear in the README where the Flatpak magic lives. If you feel that this issue warrants more discussion let me know and I'll reopen.
I will link to the Flatpak package in the README for anyone who wants that.
It's still not linked or did I miss something? @stripedpajamas
@rugk sorry! Forgot to update the README. I'll reopen this until a PR is merged that closes it
Most helpful comment
@G-Ray Thank you
@stripedpajamas Awesome for your project
NODE_ENV=productionis used in the build script. Long time ago when I tried to build it, this environment variable disrupts the build. Perhaps someone fixed it