Can I customize the Run In Terminal CodeLens command in VS Code? #3256
Unanswered
BuddyLReno
asked this question in
Q&A
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.
-
Hello! I've been looking through documentation, the repo, and VS Code extension settings, trying to figure out if it's possible to customize the Run In Terminal CodeLens command (Referenced here: https://code.visualstudio.com/docs/languages/ruby#_debugging-tests). I've not been successful so far.
My company has a test runner setup where we typically pass a few flags that skip retries and a few other things. Usually looks like
bin/test -s -p -r FILE:LINE_NUMBER
I'd like to customize the Run In Terminal command to use this command so I can pass the flags to our test runner. Is that possible?Beta Was this translation helpful? Give feedback.
All reactions