open any go file in src/main set "go.useLanguageServer": true in vscode settings.json What did you see happen? many error messages of "main redeclared in this block (see details) compiler(DuplicateDecl)" What did you expect to see? Try to find a way to disable those error messages si...
I have this setup where I open ~/src in VSCode and inside it want to work on multiple Go projects. Can I somehow make VSCode-Go happy with this arrangement? So i.e. I have inside cli/safari which is a Go CLI I want to hack on. I am willing to add any config files or anything...
Thedocker-compose.debug.ymland thedocker-compose.ymlare used by Docker Compose to run the app. They are not that much different, since the debug file requires additional input, as debugging Go is more complex. TheDockerfilehere is however the most interesting bit. The last two lines of the...
The output program will be available in `build/bin/bootnode`. ## Debugging ### IDE Debugging If you’re using Visual Studio Code, you can rename the [.vscode/launch.example.json](https://github.com/status-im/status-go/blob/develop/.vscode/launch.example.json) file to .vscode/launch.jso...