rust-feature-toggle
rust-feature-toggle copied to clipboard
Enable the feature by clicking the gutter decorations (icons)
Hi Thanks for the suggestions, this is the next thing I am implementing. Let me try to get this done in this weekend.
Hi, I did more research on this and it seems that vscode doesn't support clicking of the icon in the gutters. Sources here: https://github.com/microsoft/codetour/issues/131 and https://github.com/microsoft/vscode/issues/175945#issuecomment-1466438453
But I did find another way I can do this easily and that is using codelens.
Screenshot below :
I have rolled out this feature in pre-release v0.3.0, switch to that version please