cquery-project / vscode-cquery

cquery plugin for Visual Studio Code
54 stars 16 forks source link

codelens: fix decorations for inline CodeLens #46

Closed sangjinhan closed 6 years ago

sangjinhan commented 6 years ago

The decoration options should be applied to the CodeLens text, which comes after the range, not the range itself.

before: screenshot from 2018-08-15 13-43-36

after (note the italicized font and color): screenshot from 2018-08-15 13-48-15

jacobdufault commented 6 years ago

Thanks!