Skip to content

Commit d582b91

Browse files
authored
remove '.' as an R language editor.wordSeparators (#1503)
1 parent 5438d82 commit d582b91

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2037,6 +2037,11 @@
20372037
}
20382038
}
20392039
},
2040+
"configurationDefaults": {
2041+
"[r]": {
2042+
"editor.wordSeparators": "`~!@#$%^&*()-=+[{]}\\|;:'\",<>/"
2043+
}
2044+
},
20402045
"taskDefinitions": [
20412046
{
20422047
"type": "R",

0 commit comments

Comments
 (0)