Skip to content

Instantly share code, notes, and snippets.

@ntnguyencse
Last active September 17, 2024 16:43
Show Gist options
  • Select an option

  • Save ntnguyencse/2f563bb9d7958531b4877b4b1e32cd14 to your computer and use it in GitHub Desktop.

Select an option

Save ntnguyencse/2f563bb9d7958531b4877b4b1e32cd14 to your computer and use it in GitHub Desktop.
curl -Lk 'https://code.visualstudio.com/sha/download?build=stable&os=cli-alpine-x64' --output vscode_cli.tar.gz
tar -xf vscode_cli.tar.gz
code tunnel
code tunnel service install
sudo cp ~/.vscode/cli/code-tunnel.service /etc/systemd/system/
systemctl --user daemon-reload
systemctl --user enable code-tunnel.service
systemctl --user status
@ntnguyencse
Copy link
Author

Change new path vscode/cli

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment