vscode-R
vscode-R copied to clipboard
Changes to Textmate scopes
trafficstars
Describe the bug With v2.8.5, textmate scopes have changed and many tokens only have the 'source.r' scope (related to Rsyntax upgrade?). As a result, themes and customisation are affected with limited ability to fine tune.
To Reproduce
- Before upgrading to 2.8.5, observe that object on the left hand side of
<-(e.g.dt <- data.table()) have two textmate scopes -variable.other.randsource.r - Upgrade to 2.8.5
- Only 1 textmate scope left -
source.r
Can you fix this issue by yourself? (We appreciate the help)
Yes / [No]
Expected behavior Behaviour prior to upgrade where tokens have multiple textmate scope to fine tune customisation.
Environment (please complete the following information):
- OS: macOS
- VSCode Version: 1.99.2
- R Version: 4.4.2
- vscode-R version: 2.8.5
Thanks