Skip to content

Commit

Permalink
vscode-apollo: Fix 'Apollo: Show Status' command (#2004)
Browse files Browse the repository at this point in the history
There's still a types change to be fixed for tests to pass, but I don't think that should be addressed here, so I'll merge even though it's failing and fix that before releasing
  • Loading branch information
glasser authored Jun 17, 2020
1 parent fb0b1e2 commit 78fefef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
- `apollo-tools`
- <First `apollo-tools` related entry goes here>
- `vscode-apollo`
- <First `vscode-apollo` related entry goes here>
- Fix 'Apollo: Show Status' command. [#2004](https://github.com/apollographql/apollo-tooling/pull/2004)

## `[email protected]`

Expand Down
2 changes: 1 addition & 1 deletion packages/vscode-apollo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
"category": "Apollo"
},
{
"command": "apollographql/showStatus",
"command": "apollographql/showStats",
"title": "Show Status",
"category": "Apollo"
}
Expand Down

0 comments on commit 78fefef

Please sign in to comment.