mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 01:58:53 +01:00
fix: insiders cli launch from wsl terminal (#279444)
* fix: insiders cli launch from wsl terminal * chore: also update server cli * chore: address review feedback
This commit is contained in:
@@ -39,7 +39,7 @@ fi
|
||||
if [ $IN_WSL = true ]; then
|
||||
|
||||
export WSLENV="ELECTRON_RUN_AS_NODE/w:$WSLENV"
|
||||
CLI=$(wslpath -m "$VSCODE_PATH/resources/app/out/cli.js")
|
||||
CLI=$(wslpath -m "$VSCODE_PATH/$VERSIONFOLDER/resources/app/out/cli.js")
|
||||
|
||||
# use the Remote WSL extension if installed
|
||||
WSL_EXT_ID="ms-vscode-remote.remote-wsl"
|
||||
|
||||
Reference in New Issue
Block a user