Docs sync @ 4276e80 extension descriptions now reflect .vscode dir (#1302) (#56)

This commit is contained in:
Riccardo
2023-10-26 10:25:29 +02:00
committed by GitHub
parent 158665acb0
commit b90eb07935
6 changed files with 13 additions and 6 deletions

8
.vscode/keybindings.json vendored Normal file
View File

@ -0,0 +1,8 @@
// This file does not get automatically applied
// @TODO: Make it work or document how to copy to user keybindings
[
{
"key": "cmd+shift+n",
"command": "foam-vscode.create-note"
}
]