Skip to content

zongou/vscode-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

VS Code Cli

Setting up runtime environment with PRoot and run vscode server.
使用 PRoot 配置运行环境并运行 vscode 网页版。

Server

Run a web version of vscode.
运行 vscode 网页版。

./code serve-web \
  --host=0.0.0.0 \
  --port=8000 \
  --without-connection-token \
  "$@"

Patch

To work better on Android.
为了更好的在 Android 上使用而打补丁。

./code patch

Revert

Revert the patch.
回退补丁。

./code revert

About

Script to download and run VS Code Cli on Linux and Android.

Resources

Stars

7 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages