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
in settings.json,
"codelenses": {
"test": true, // will show the codelenses twice
},
makes the 'run test | debug test' codelens show up twice before each Test function.
(this was first reported on slack by shreyas karnik.)
removing the "test": true line and restarting goes back to having a single 'run test | debug test' codelens before Test functions
The text was updated successfully, but these errors were encountered:
in settings.json,
"codelenses": {
"test": true, // will show the codelenses twice
},
makes the 'run test | debug test' codelens show up twice before each Test function.
(this was first reported on slack by shreyas karnik.)
removing the "test": true line and restarting goes back to having a single 'run test | debug test' codelens before Test functions
The text was updated successfully, but these errors were encountered: