How do I set custom test tags and timeouts? #34489
0xPoe
started this conversation in
Config, Settings and Keymaps
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to have these configurations in Zed. I can do this in VS Code using:
{ "go.testTags": "intest", "go.testFlags": [ "-count=1" ], // Test timeout "go.testTimeout": "10m" }I was unable to find any useful documentation for it.
Beta Was this translation helpful? Give feedback.
All reactions