Skip to content

Commit

Permalink
Fix Pin the OpenAPI button #78
Browse files Browse the repository at this point in the history
  • Loading branch information
vfateev committed Nov 5, 2020
1 parent 48e3097 commit 6ac9e6d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,20 @@
"id": "openapiThreeSecurityOutline",
"name": "Security",
"when": "openapiThreeEnabled"
},
{
"id": "openapiNotSelectedOutline",
"name": "",
"when": "!openapiTwoEnabled && !openapiThreeEnabled"
}
]
},
"viewsWelcome": [
{
"view": "openapiNotSelectedOutline",
"contents": "No OpenAPI file selected."
}
],
"menus": {
"editor/title": [
{
Expand Down

0 comments on commit 6ac9e6d

Please sign in to comment.