Fix: missing commas

This commit is contained in:
Wilfried OLLIVIER 2022-11-05 12:38:11 +01:00
parent d5d4d19376
commit 7fdb97be14
1 changed files with 2 additions and 2 deletions

View File

@ -251,11 +251,11 @@
},
{
"key": "ctrl+g n",
"command": "workbench.action.compareEditor.nextChange",
"command": "workbench.action.compareEditor.nextChange"
},
{
"key": "ctrl+g n",
"command": "workbench.action.editor.nextChange",
"command": "workbench.action.editor.nextChange"
},
{
"key": "ctrl+g n",