Last active
November 6, 2024 16:19
-
-
Save royratcliffe/397f56362900db3ba5a7cf773d13b739 to your computer and use it in GitHub Desktop.
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
Show hidden characters
{ | |
"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": {} | |
} | |
} |
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
// 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