We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3892fcf commit cecd5f2Copy full SHA for cecd5f2
.changeset/eleven-laws-care.md
packages/vscode-extension/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# google-workspace-vscode-extension
2
3
+## 0.6.0
4
+
5
+### Minor Changes
6
7
+- 3892fcf: Implement code completion for OAuth2 scopes.
8
9
## 0.5.4
10
11
### Patch Changes
packages/vscode-extension/package.json
@@ -2,7 +2,7 @@
"name": "google-workspace-developer-tools",
"displayName": "Google Workspace Developer Tools",
"description": "Lint Google Workspace OAuth2 scopes and more.",
- "version": "0.5.6",
+ "version": "0.6.0",
"publisher": "google-workspace",
"license": "Apache-2.0",
"private": true,
0 commit comments