Answer the question
In order to leave comments, you need to log in
How to set up VSCode for go?
How to configure vscode to work with GO so that the binary file does not go to C:\Users\UserName\AppData\Local\Temp
but to the specified folder
{
"version": "0.2.0",
"configurations": [
{
"name": "ioserver",
"type": "go",
"request": "launch",
"mode": "debug",
"program": "${fileDirname}",
"output": "C:\\GoProjects\\",
"cwd": "C:\\GoProjects\\",
"remotePath": "${workspaceFolder}",
}
]
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question