-
Notifications
You must be signed in to change notification settings - Fork 646
Configure debug/run links in the editor #964
Comments
@ironcladlou had the same question :) #937 (comment) As concluded in the linked thread, you can turn off all codelens by setting Based on the feedback, we can add the setting in the next update |
You can disable it by setting ’editor.codeLens’ to false. |
I apologize. I searched but didn't see anything that seemed related. I'll close as a duplicate. |
Not at all, that discussion was in a PR. We can still use this one to track whether we want to include settings for each codelens type |
Alright, I didnt want to drag the discussion out too long. Since my main concern was not having multiple settings, that is now solved by a single setting "go.enableCodeLens": {
"references": false,
"runtest": true
} Problem solved. Happy Coding everyone! |
I love that approach. :) I like the ability to turn it off completely, as linked in the previous issue, but at some point it might be nice to cherry-pick the ones I do like and your new approach solves this. Thank you. :) |
The latest update added a ton of new features, thank a lot. I wanted to cleanup some of the editor cluster and I found
go.referencesCodeLens.enabled
but I don't see any way to turn off the debug/run links for debugging/running tests. Are there plans to make it configurable to see these in the editor?The text was updated successfully, but these errors were encountered: