Skip to content

Instantly share code, notes, and snippets.

@ikashnitsky
Created July 15, 2025 03:51
Show Gist options
  • Save ikashnitsky/c9e8c6c4861f98a66fcff383d4b88626 to your computer and use it in GitHub Desktop.
Save ikashnitsky/c9e8c6c4861f98a66fcff383d4b88626 to your computer and use it in GitHub Desktop.
vsc settings sync
{
"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