You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you create a test name that ends with parenthesized text and then you change the name by removing parentheses by backspacing, the left parenthesis remains in the view until you restart VSCode.
To duplicate, create a test with name # @name test (this and that)
Then just use the backspace key to remove all parenthesized text including poth parentheses, but it will still show the left parenthesis in the Testing view:
You will need to restart VSCode to have the Testing view show the updated name without the left parenthesis.
A really minor issue, but I once spent a few minutes messing with it and trying to understand what is going on.
The text was updated successfully, but these errors were encountered:
That's a good one. I had a cache and the label was not updated on hits from the cache. But the cache usually didn't work because the name was included in the cache, except when only special characters were changed.
If you create a test name that ends with parenthesized text and then you change the name by removing parentheses by backspacing, the left parenthesis remains in the view until you restart VSCode.
To duplicate, create a test with name
# @name test (this and that)
Then just use the backspace key to remove all parenthesized text including poth parentheses, but it will still show the left parenthesis in the Testing view:
You will need to restart VSCode to have the Testing view show the updated name without the left parenthesis.
A really minor issue, but I once spent a few minutes messing with it and trying to understand what is going on.
The text was updated successfully, but these errors were encountered: