gotestsum icon indicating copy to clipboard operation
gotestsum copied to clipboard

Visual Studio Code integration?

Open sneko opened this issue 3 years ago • 0 comments

Hi,

Inside VSCode we can specify some settings like:

  "go.testFlags": ["-v", "-count=1"],
  "go.testTimeout": "120s",

I'm wondering if someone here has integrated gotestsum so VSCode will use it when running tests from the code editor (arrows above test functions)?

Looking for this because having the same output between IDE triggers and manual CLI would be great 👍

Thank you,

sneko avatar Jun 20 '22 17:06 sneko