diff --git a/.changeset/shy-files-report.md b/.changeset/shy-files-report.md new file mode 100644 index 0000000..e93c68e --- /dev/null +++ b/.changeset/shy-files-report.md @@ -0,0 +1,5 @@ +--- +"google-workspace-developer-tools": patch +--- + +Include screenshot for scopes. diff --git a/README.md b/README.md index 890ded3..b5bcb33 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ This VS Code extension provides a set of tools to help Google Workspace develope - **OAuth2 Scope Linting**: Get warnings and additional information for Google Workspace [OAuth2 scopes](https://developers.google.com/identity/protocols/oauth2/scopes) in your code. + ![OAuth2 Scope Linting](./assets/scope-diagnostics.png) + ## Usage ### OAuth2 Scope Linting diff --git a/package.json b/package.json index b10e846..dbbfbf1 100644 --- a/package.json +++ b/package.json @@ -30,10 +30,7 @@ "color": "#1e1e1e", "theme": "dark" }, - "repository": { - "type": "git", - "url": "git+https://github.com/googleworkspace/vscode-extension.git" - }, + "repository": "https://github.com/googleworkspace/vscode-extension", "bugs": { "url": "https://github.com/googleworkspace/vscode-extension/issues" }, @@ -95,5 +92,6 @@ "**/*.{html,yaml,yml,md}": [ "prettier --write" ] - } + }, + "packageManager": "pnpm@9.15.2+sha512.93e57b0126f0df74ce6bff29680394c0ba54ec47246b9cf321f0121d8d9bb03f750a705f24edc3c1180853afd7c2c3b94196d0a3d53d3e069d9e2793ef11f321" }