mirror of https://gitlab.com/meliurwen/dotfiles
Codium/VSCode: updated extensions list, added shortcuts for inlay hints (`Alt+Ctrl` off unless pressed, `Ctrl+k` perma toggle for rust-analyzer and clangd)
parent
57f11ebb9a
commit
e8203ee7ce
@ -0,0 +1,10 @@ |
||||
[ |
||||
{ |
||||
"key": "ctrl+k", |
||||
"command": "rust-analyzer.toggleInlayHints" |
||||
}, |
||||
{ |
||||
"key": "ctrl+k", |
||||
"command": "clangd.inlayHints.toggle" |
||||
} |
||||
] |
@ -0,0 +1 @@ |
||||
../../Code/User/keybindings.json |
Loading…
Reference in new issue