更新
This commit is contained in:
parent
72311eae5a
commit
b1ae5b5767
@ -8,7 +8,7 @@
|
||||
git clone --depth 1 https://git.unvec.site/stevenhobs/vscode-patch ~/.vscode-patch
|
||||
```
|
||||
|
||||
2. 添加执行权限 `chmod -R +751 ~/.vscode-patch`
|
||||
2. 添加执行权限 `chmod -R +x ~/.vscode-patch`
|
||||
|
||||
3. 补丁VSCode应用程序 `~/.vscode-patch/patch-code.sh [VSCode App安装路径]`
|
||||
|
||||
|
@ -28,7 +28,7 @@ EOF
|
||||
cat >> ~/.zprofile << EOF
|
||||
|
||||
# VSCode 远程服务补丁库
|
||||
export VSCODE_SERVER_PATCHELF_PATH="$HOME/.vscode-patch/lib"
|
||||
export VSCODE_SERVER_PATCHELF_PATH="$HOME/.vscode-patch/tools"
|
||||
export VSCODE_SERVER_CUSTOM_GLIBC_LINKER="$HOME/.vscode-patch/lib/ld-linux-x86-64.so.2"
|
||||
export VSCODE_SERVER_CUSTOM_GLIBC_PATH="$HOME/.vscode-patch/lib"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user