Skip to content

Commit b1731ee

Browse files
authored
Merge pull request #5 from dowjones/Add-extension-description
fix: Add extension description
2 parents 48087d2 + 1970c90 commit b1731ee

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ Lastly, this extension also requires a `router.yaml` file at `.rover-runner/rout
5353

5454
## Release Notes
5555

56+
### 0.2.4
57+
58+
Add description to extension
59+
5660
### 0.2.3
5761

5862
README updated for open source

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"icon": "media/RoverLogo.png",
1010
"galleryBanner": {
1111
"color": "#FFEADB",
12-
"theme": "dark"
12+
"theme": "light"
1313
},
14-
"description": "",
14+
"description": "Tooling to locally debug subgraphs deployed to Apollo Studio with the Rover CLI",
1515
"version": "0.2.3",
1616
"engines": {
1717
"vscode": "^1.76.0"

0 commit comments

Comments
 (0)