Skip to content

Commit 1124297

Browse files
trevor-scheeressaji
authored andcommitted
Only activate extension on apollo.config.js/ts (apollographql#1411)
* Only activate extension on apollo.config.js/ts
1 parent e493341 commit 1124297

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
- `apollo-tools`
2424
- <First `apollo-tools` related entry goes here>
2525
- `vscode-apollo`
26+
- Only activate extension on apollo.config.js/ts [#1411](https://github.com/apollographql/apollo-tooling/pull/1411)
2627
- Changed the status bar title to be "Apollo" to save space.
2728

2829
## `apollo@2.16.0`, `apollo-codegen-swift@0.34.0`, `apollo-language-server@1.13.0`, `apollo-tools@0.4.0`, `vscode-apollo@1.8.0`

packages/vscode-apollo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
],
3838
"icon": "images/icon-apollo-blue-400x400.png",
3939
"activationEvents": [
40-
"workspaceContains:**/package.json"
40+
"workspaceContains:**/apollo.config.[jt]s"
4141
],
4242
"contributes": {
4343
"configuration": {

0 commit comments

Comments
 (0)