Skip to content

Instantly share code, notes, and snippets.

@royratcliffe
Last active November 6, 2024 16:19
Show Gist options
  • Save royratcliffe/397f56362900db3ba5a7cf773d13b739 to your computer and use it in GitHub Desktop.
Save royratcliffe/397f56362900db3ba5a7cf773d13b739 to your computer and use it in GitHub Desktop.
{
"image": "mcr.microsoft.com/devcontainers/universal:2",
"features": {
"ghcr.io/rocker-org/devcontainer-features/rstudio-server:0": {},
"ghcr.io/meaningful-ooo/devcontainer-features/homebrew:2": {}
}
}
// Place your key bindings in this file to override the defaults
[
{
"key": "ctrl+k ctrl+alt+s",
"command": "git.stageSelectedRanges"
},
{
"key": "ctrl+k ctrl+alt+s",
"command": "-git.stageSelectedRanges",
"when": "isInDiffEditor && !operationInProgress"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment