languageserver icon indicating copy to clipboard operation
languageserver copied to clipboard

Support semanticTokens

Open Real-YueWu opened this issue 5 months ago • 9 comments

Describe the bug After upgrading the extension to 2.8.6, the highlight (which means the color) of non-base packages disappeared.

To Reproduce Steps to reproduce the behavior:

  1. Upgrade vscode-R extension to 2.8.6
  2. Write a function like dplyr::mutate()
  3. See error

Can you fix this issue by yourself? (We appreciate the help)

No

Expected behavior The function should be highlighted (with color).

Screenshots

Image

Environment (please complete the following information):

  • OS: macOS
  • VSCode Version: 1.100.3
  • R Version: 4.4.3
  • vscode-R version: 2.8.6

Additional context Seems this bug is caused by R-syntax extension, because when I downgraded the vscode-R extension to 2.8.5, the function highlight still not work.

Real-YueWu avatar Jun 10 '25 15:06 Real-YueWu