-
Notifications
You must be signed in to change notification settings - Fork 108
Open
Labels
Description
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:
- Upgrade vscode-R extension to 2.8.6
- Write a function like
dplyr::mutate() - See error
Can you fix this issue by yourself? (We appreciate the help)
No
Expected behavior
The function should be highlighted (with color).
Screenshots
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.