VSCodium / vscodium

binary releases of VS Code without MS branding/telemetry/licensing
https://vscodium.com
MIT License
25.06k stars 1.07k forks source link

the inbuilt port forwading not working due to vscodium does not code-tunnel in bin #1793

Open yogeshdnumb opened 8 months ago

yogeshdnumb commented 8 months ago

Describe the bug

when using the ports feature it shows the following error Unable to forward localhost:5173. spawn /opt/vscodium-bin/bin/code-tunnel ENOENT I looked into /opt/vscodium-bin/bin but it does not contain code-tunnel

Please confirm that this problem is VSCodium-specific

Please confirm that the issue/resolution isn't already documented

To Reproduce Steps to reproduce the behavior:

  1. Forward a port
  2. Enter port number
  3. get error shown

Expected behavior I expect it to open a link or otherwise show that vscodium does not support port forwading

Desktop (please complete the following information):

Additional context I just am not sure if vscodium supports it a mention in troubleshooting guide would be nice

TechPro424 commented 8 months ago

I also get a similar error 2024-02-01 15:42:47.242 [error] [forwarding] Error: spawn c:\Users\<my username>\scoop\apps\vscodium\1.85.1.23348\bin\code-tunnel.exe ENOENT

daiyam commented 8 months ago

Just use https://open-vsx.org/extension/jeanp413/open-remote-ssh

TechPro424 commented 8 months ago

Just use https://open-vsx.org/extension/jeanp413/open-remote-ssh

This looks like a replacement for vs code's remote development feature, not port forwarding

daiyam commented 8 months ago

I don't even know how you have tried the feature since it's being deactivated...

The commmands and menu aren't available like on Visual Studio Code:

TechPro424 commented 8 months ago

image

daiyam commented 8 months ago

:flushed: I will look into that...

kxxt commented 5 months ago

For what it's worth, That code-tunnel binary appears to be proprietary.

macintushar commented 4 days ago

Hey, any updates on getting this to work?