encore icon indicating copy to clipboard operation
encore copied to clipboard

cli/cmd/go-encore-wrapper: new command

Open eandre opened this issue 2 years ago • 2 comments

This adds a new command, go-encore-wrapper, that is designed to wrap the "go" command and forward certain commands to the "encore" CLI, like running tests.

The purpose is to build a better integration with tools like vscode-go that only support replacing the "go" tool with another tool that has the same command structure.

With this change, users will be able to configure vscode-go to use Encore when appropriate simply by defining:

"go.alternateTools": {"go": "go-encore-wrapper"}

eandre avatar May 07 '22 18:05 eandre

All committers have signed the CLA.

encore-cla[bot] avatar May 07 '22 18:05 encore-cla[bot]

Let's hold off on merging this until we know more about where we're going with https://github.com/golang/vscode-go/issues/2238.

eandre avatar May 13 '22 08:05 eandre