Last active
September 17, 2024 16:43
-
-
Save ntnguyencse/2f563bb9d7958531b4877b4b1e32cd14 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 | |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Change new path vscode/cli