Closed Riatre closed 5 years ago
Some users may want to see CodeLens provided by other extensions, so they do not want to disable editor.codeLens.
editor.codeLens
And CodeLens providers won't be called at all if editor.codeLens is false, which means the original check is pointless.
Some users may want to see CodeLens provided by other extensions, so they do not want to disable
editor.codeLens
.And CodeLens providers won't be called at all if
editor.codeLens
is false, which means the original check is pointless.