File tree Expand file tree Collapse file tree 1 file changed +18
-1
lines changed
Expand file tree Collapse file tree 1 file changed +18
-1
lines changed Original file line number Diff line number Diff line change 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 },
You can’t perform that action at this time.
0 commit comments