gitpod-io / openvscode-server

Run upstream VS Code on a remote machine with access through a modern web browser from any device, anywhere.
https://www.gitpod.io/
MIT License
4.84k stars 423 forks source link

Dependency on insecure node? #522

Open FossPrime opened 11 months ago

FossPrime commented 11 months ago

Does this issue occur when all extensions are disabled?: Yes

Steps to Reproduce:

  1. https://replit.com/@fossprime/bug-openvscode-server#replit.nix

Can't be ran on normal NixOS... it complains with the following:

   ~/.config/nixpkgs/config.nix, like so:

     {
       permittedInsecurePackages = [
         "nodejs-16.20.0"
       ];
     }

@bhavitsharma