Skip to content

Commit a82ef67

Browse files
authored
vscode-apollo: Fix 'Apollo: Show Status' command
It was registered under the wrong name since its introduction in #840.
1 parent fb0b1e2 commit a82ef67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/vscode-apollo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
"category": "Apollo"
158158
},
159159
{
160-
"command": "apollographql/showStatus",
160+
"command": "apollographql/showStats",
161161
"title": "Show Status",
162162
"category": "Apollo"
163163
}

0 commit comments

Comments
 (0)