Skip to content

Instantly share code, notes, and snippets.

@ivelasq
Last active November 3, 2025 18:37
Show Gist options
  • Select an option

  • Save ivelasq/8e22d163ae33da6aa397b7b038767ae6 to your computer and use it in GitHub Desktop.

Select an option

Save ivelasq/8e22d163ae33da6aa397b7b038767ae6 to your computer and use it in GitHub Desktop.
{
"rstudio.keymap.enable": true,
"application.experimental.positronPlotsInEditorTab": true,
"positron.appLauncher.showShellIntegrationNotSupportedMessage": false,
"positron.assistant.testModels": true,
"positron.assistant.enable": true,
"positron.assistant.consoleActions.enable": true,
"quarto.cells.background.color": "useTheme",
"notebook.defaultFormatter": "ms-python.black-formatter",
"editor.defaultFormatter": "ms-python.black-formatter",
"workbench.settings.applyToAllProfiles": [
],
"notebook.formatOnCellExecution": true,
"notebook.formatOnSave.enabled": true,
"notebook.experimental.showExecutionInfo": true,
"editor.formatOnPaste": true,
"[r]": {
"editor.defaultFormatter": "Posit.air-vscode",
"interpreters.startupBehavior": "manual",
"editor.formatOnSave": true
},
"[python]": {
"interpreters.startupBehavior": "always"
},
"files.associations": {
"renv.lock": "json"
},
"workbench.editorAssociations": {
"*.geojson": "default"
},
"workbench.keybindings.rstudioKeybindings": true,
"files.trimTrailingWhitespace": true,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"chat.useCopilotParticipantsWithOtherProviders": true,
"databot.researchPreviewAcknowledgment": "Acknowledged",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment