Skip to content

Commit a26b99e

Browse files
committed
Customize more settings
1 parent 839d568 commit a26b99e

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

.github/.devcontainer/devcontainer.json

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,28 @@
2828
},
2929
// Customize R settings
3030
"settings": {
31+
"editor.wordWrap": "wordWrapColumn",
3132
"r.rterm.linux": "/usr/local/bin/radian",
3233
"r.bracketedPaste": true,
3334
"r.plot.useHttpgd": true,
35+
// Settings by language
3436
"[r]": {
35-
"editor.wordSeparators": "`~!@#%$^&*()-=+[{]}\\|;:'\",<>/?"
37+
"editor.wordSeparators": "`~!@#%$^&*()-=+[{]}\\|;:'\",<>/?",
38+
"editor.defaultFormatter": "REditorSupport.r",
39+
"editor.snippetSuggestions": "top"
40+
},
41+
"[rmd]": {
42+
"editor.defaultFormatter": "REditorSupport.r",
43+
"editor.snippetSuggestions": "top"
44+
},
45+
"[quarto]": {
46+
"editor.defaultFormatter": "quarto.quarto",
47+
"editor.snippetSuggestions": "top"
48+
},
49+
// Enable suggestions
50+
"github.copilot.enable": {
51+
"quarto": true,
52+
"*": true
3653
}
3754
}
3855
},

0 commit comments

Comments
 (0)