Skip to content

Commit 7379127

Browse files
authored
docs: update readme with screenshot (#7)
1 parent 52e85ac commit 7379127

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

.changeset/shy-files-report.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"google-workspace-developer-tools": patch
3+
---
4+
5+
Include screenshot for scopes.

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ This VS Code extension provides a set of tools to help Google Workspace develope
66

77
- **OAuth2 Scope Linting**: Get warnings and additional information for Google Workspace [OAuth2 scopes](https://developers.google.com/identity/protocols/oauth2/scopes) in your code.
88

9+
![OAuth2 Scope Linting](./assets/scope-diagnostics.png)
10+
911
## Usage
1012

1113
### OAuth2 Scope Linting

package.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,7 @@
3030
"color": "#1e1e1e",
3131
"theme": "dark"
3232
},
33-
"repository": {
34-
"type": "git",
35-
"url": "git+https://github.com/googleworkspace/vscode-extension.git"
36-
},
33+
"repository": "https://github.com/googleworkspace/vscode-extension",
3734
"bugs": {
3835
"url": "https://github.com/googleworkspace/vscode-extension/issues"
3936
},
@@ -95,5 +92,6 @@
9592
"**/*.{html,yaml,yml,md}": [
9693
"prettier --write"
9794
]
98-
}
95+
},
96+
"packageManager": "[email protected]+sha512.93e57b0126f0df74ce6bff29680394c0ba54ec47246b9cf321f0121d8d9bb03f750a705f24edc3c1180853afd7c2c3b94196d0a3d53d3e069d9e2793ef11f321"
9997
}

0 commit comments

Comments
 (0)