Created
October 27, 2017 16:00
-
-
Save renevo/79985e5011b1f8a0b10df3d7c6f0a78d to your computer and use it in GitHub Desktop.
Start code with current GOPATH
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
@echo off | |
setlocal | |
set VSCODE_DEV= | |
set ELECTRON_RUN_AS_NODE=1 | |
set GOBIN=c:\Go\Bin | |
set GOPATH=%CD% | |
start "" /B "C:\Program Files\Microsoft VS Code\Code.exe" "C:\Program Files\Microsoft VS Code\resources\app\out\cli.js" %CD% | |
endlocal |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment