Skip to content

Commit 625d0f6

Browse files
committed
fix(platformKeybindings): Better error logging
1 parent a354fc1 commit 625d0f6

File tree

4 files changed

+3594
-2763
lines changed

4 files changed

+3594
-2763
lines changed

README.MD

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@ export const parseSomething = () => {}
6767
> `typescript.updateImportsOnFileMove.enabled` recommended to be `always`
6868
> Be aware, ctrl+z most probably won't work correctly
6969
70+
### `managePlatformKeybindings`
71+
72+
Add keybindings like `ctrlCmd+shift+t` to `universal` group and these will be inserted into keybindings.json in normalized way (two different keybindings for different platforms).
73+
7074
## Text Commands
7175

7276
### `deleteAllLeftAfterIndent`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
},
117117
{
118118
"command": "managePlatformKeybindings",
119-
"title": "Manage Platform Keybindings (beta)"
119+
"title": "Manage Platform Keybindings"
120120
},
121121
{
122122
"command": "expandSelection",

0 commit comments

Comments
 (0)