Quickstart
Windows
Open a PowerShell console and enter the following command:
Set-ExecutionPolicy Bypass -Scope Process -Force; Invoke-WebRequest -Uri https://raw.githubusercontent.com/gigi206/VSCode-Anywhere/V2/VSCode-Anywhere.ps1 -OutFile $env:TMP\VSCode-Anywhere.ps1; & $env:TMP\VSCode-Anywhere.ps1
Now you can click on VSCode-Anywhere
in the C:\VSCode-Anywhere
directory.
For more information, please read the full Windows documentation for more details.
Linux
Open a terminal and enter the following command:
bash <(curl -sL https://raw.githubusercontent.com/gigi206/VSCode-Anywhere/V2/VSCode-Anywhere.sh)
VSCode-Anywhere will be installed in ~/VSCode-Anywhere
.
For more information, please read the full Linux documentation for more details.
MacOS
In the future...
Last updated
Was this helpful?