[How to?] How to exec commands in a container like VSCODE ($ make somecmd ...)
Answered
Please help me.
question 1:
(Mounted on a WSL2 direct connect container) VSCODE can enter the container to execute commands, as below:

(Because I don't know how Goland works) It's slow when I mount it on Windows:

question 2:
Why is another container automatically generated, which makes my operation very slow


Please sign in to leave a comment.
Windows mounted file execution is too slow, So I try to use the way I used before in VSCODE but my mod doesn't load when I open the WSL2 directory
Hello,
What version of GoLand are you using? Can you collect IDE logs (Help | Collect Logs and Diagnostic Data), upload them to https://uploads.jetbrains.com/ and provide its ID?
GoLand creates a new container for binary execution, it will not use existing ones.
You can use Create Terminal action to get access inside a container.