Skip to content
This repository was archived by the owner on Jul 31, 2022. It is now read-only.

Commit 7161e2c

Browse files
fix(#224): Updated 'extension' -> 'vscode-graphql' (#225)
1 parent 88d0f16 commit 7161e2c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
"Other"
3434
],
3535
"activationEvents": [
36-
"onCommand:extension.isDebugging",
37-
"onCommand:extension.contentProvider",
36+
"onCommand:vscode-graphql.isDebugging",
37+
"onCommand:vscode-graphql.contentProvider",
3838
"onLanguage:graphql",
3939
"workspaceContains:**/.graphqlrc",
4040
"workspaceContains:**/.graphqlrc.{json,yaml,yml,js}",

src/status/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ function updateStatusBar(
8383
const statusUI = statusBarUIElements[extensionStatus];
8484
statusBarItem.text = `$(${statusUI.icon}) ${statusBarText}`;
8585
statusBarItem.tooltip = statusUI.tooltip;
86-
statusBarItem.command = "extension.isDebugging";
86+
statusBarItem.command = "vscode-graphql.isDebugging";
8787
statusBarItem.color = statusUI.color;
8888

8989
if (

0 commit comments

Comments
 (0)