Created
July 15, 2025 03:51
-
-
Save ikashnitsky/c9e8c6c4861f98a66fcff383d4b88626 to your computer and use it in GitHub Desktop.
vsc settings sync
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"workbench.colorTheme": "Bearded Theme Oceanic Reversed", | |
"editor.fontFamily": "Fira Code", | |
"editor.fontLigatures": true, | |
"editor.fontWeight": "500", // Medium | |
"editor.wordWrap": "on", | |
"editor.defaultFoldingRangeProvider": "positron.positron-r", | |
"positron.r.defaultRepositories": "rstudio", | |
"positron.r.customRootFolders": [ | |
"C:\\Users\\DstMove\\scoop\\apps\\r\\current\\bin\\R.exe" | |
], | |
"positron.r.customBinaries": [ | |
"C:\\Users\\DstMove\\scoop\\persist\\r\\site-library" | |
], | |
"positron.r.interpreters.default": "C:\\Users\\DstMove\\scoop\\apps\\r\\current\\bin\\R.exe", | |
"[quarto]": { | |
"editor.formatOnSave": true, | |
"editor.defaultFormatter": "Posit.air-vscode" | |
}, | |
"[r]": { | |
"editor.formatOnSave": true, | |
"editor.defaultFormatter": "Posit.air-vscode" | |
}, | |
"editor.minimap.enabled": true, | |
"security.workspace.trust.untrustedFiles": "open", | |
"workbench.keybindings.rstudioKeybindings": true, | |
"positron-r-package-manager.showRIcon": true, | |
"continue.enableTabAutocomplete": false, | |
"sync.autoDownload": true, | |
"sync.autoUpload": true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment