This VS Code extension provides a set of tools to help Google Workspace developers.
-
OAuth2 Scope Linting: Get warnings and additional information for Google Workspace OAuth2 scopes in your code.
Warnings and suggestions will automatically appear for OAuth2 scopes in your code.
You can install the Google Workspace Developer Tools extension in a few ways.
- Launch Visual Studio Code.
- Go to the Extensions view (
Ctrl+Shift+X
orCmd+Shift+X
). - Search for
Google Workspace Developer Tools
. - Click Install.
Install the extension from your preferred marketplace:
- [Visual Studio Marketplace](- https://marketplace.visualstudio.com/items?itemName=google-workspace.google-workspace-developer-tools)
- Open VSX Registry
If you have the code
command-line tool installed, you can install the extension with this command:
code --install-extension google-workspace.google-workspace-developer-tools