Skip to content

Commit

Permalink
Fix Consider keyboard shortcut for "OpenAPI: show preview using the d…
Browse files Browse the repository at this point in the history
…efault renderer" #83
  • Loading branch information
vfateev committed Nov 5, 2020
1 parent f42227d commit c613be2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,14 @@
}
}
],
"keybindings": [
{
"command": "openapi.preview",
"key": "shift+alt+p",
"mac": "shift+alt+p",
"when": "editorTextFocus"
}
],
"configuration": {
"type": "object",
"title": "OpenAPI",
Expand Down

0 comments on commit c613be2

Please sign in to comment.