Skip to content

Latest commit

 

History

History
81 lines (47 loc) · 2.33 KB

File metadata and controls

81 lines (47 loc) · 2.33 KB

google-workspace-vscode-extension

0.6.3

Patch Changes

  • 496529e: Add https://www.googleapis.com/auth/script.container.ui and https://www.googleapis.com/auth/script.send_mail to hardcoded scopes.

0.6.2

Patch Changes

  • 77be986: Added missing currentonly scopes for Apps Script (Docs, Sheets, Slides, Forms). The currentonly scope is only available within Apps Script Services. This does not include Apps Script Advanced Services or direct calls to Google Workspace APIs.

    For more information, see Editor scopes and Apps Script currentonly scopes.

0.6.1

Patch Changes

  • c3d1446: Add Apps Script specific https://www.googleapis.com/auth/script.external_request which is not part of any API.

0.6.0

Minor Changes

  • 3892fcf: Implement code completion for OAuth2 scopes.

0.5.4

Patch Changes

  • af40257: Fix contributes.mcpServerDefinitionProviders for MCP server.

0.5.3

Patch Changes

  • 4d7583e: Add all Google APIs and scopes to the diagnostics.

0.5.2

Patch Changes

  • e6e1777: Update feature list.
  • aa37b9e: Significantly improved README documentation for both the monorepo and VS Code extension:
    • Added comprehensive Quick Start section with multiple installation methods
    • Enhanced Features section with detailed OAuth2 scope intelligence capabilities
    • Included visual scope classification indicators (Restricted, Sensitive, Non-Sensitive)
    • Added "How It Works" section explaining extension functionality
    • Expanded usage instructions with code examples
    • Added Development section with setup commands and project structure
    • Included Resources section with links to Google Workspace documentation
    • Improved overall organization, readability, and visual hierarchy with emoji icons
    • Added marketplace badges and better formatting throughout

0.5.1

Patch Changes

  • dc49bf8: Add missing license to extension.

0.5.0

Minor Changes

  • 364aa2f: Register Google Workspace Developer MCP Server in extension.

0.4.2

Patch Changes

  • d6f7ef5: Fix release process.

0.4.1

Patch Changes

  • 6cbe085: Change to monorepo structure.
  • 0458b82: Remove old command.
  • fb03e04: Update GitHub repository name.