Skip to content

Commit

Permalink
fix(package): properly register showOutputChannel command
Browse files Browse the repository at this point in the history
  • Loading branch information
nulltoken committed Jul 17, 2020
1 parent 69d977d commit 609fe9c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,15 +67,15 @@
},
"title": "Spectral",
"type": "object"
}
},
"commands": [
{
"title": "Show Output Channel",
"category": "Spectral",
"command": "spectral.showOutputChannel"
}
]
},
"commands": [
{
"title": "Show Output Channel",
"category": "Spectral",
"command": "spectral.showOutputChannel"
}
],
"description": "JSON/YAML linter with OpenAPI and custom ruleset support.",
"devDependencies": {
"@types/chai": "^4.2.11",
Expand Down

0 comments on commit 609fe9c

Please sign in to comment.