Skip to content

Commit

Permalink
remove '.' as an R language editor.wordSeparators (#1503)
Browse files Browse the repository at this point in the history
  • Loading branch information
opasche authored Mar 22, 2024
1 parent 5438d82 commit d582b91
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2037,6 +2037,11 @@
}
}
},
"configurationDefaults": {
"[r]": {
"editor.wordSeparators": "`~!@#$%^&*()-=+[{]}\\|;:'\",<>/"
}
},
"taskDefinitions": [
{
"type": "R",
Expand Down

0 comments on commit d582b91

Please sign in to comment.