This repository was archived by the owner on Nov 18, 2022. It is now read-only.
This repository was archived by the owner on Nov 18, 2022. It is now read-only.
Add option to disable "Run test" link (CodeLens) #458
Open
Description
It would be nice if there was a setting to disable the small "Run test" link that's displayed on top of #[test]
functions. One can globally disable all CodeLens' in VSCode but some of them are actually useful and hence, I'd like to just disable the RLS one.
Similar settings exist for VSCode extensions for other languages, see e.g. microsoft/vscode-go#1141