We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 496529e commit 1643a77Copy full SHA for 1643a77
3 files changed
.changeset/wild-peaches-relate.md
packages/vscode-extension/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# google-workspace-vscode-extension
2
3
+## 0.6.3
4
+
5
+### Patch Changes
6
7
+- 496529e: Add `https://www.googleapis.com/auth/script.container.ui` and `https://www.googleapis.com/auth/script.send_mail` to hardcoded scopes.
8
9
## 0.6.2
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.6.2",
+ "version": "0.6.3",
"publisher": "google-workspace",
"license": "Apache-2.0",
"private": true,
0 commit comments