Summary
The VS Code extensions in this repo depend on @microsoft/vscode-azext-utils at ~2 (locked at 2.6.8). The latest major version is v4.x. This is a major version bump that likely includes breaking API changes and needs careful evaluation and testing.
Current State
- Spec:
~2 in package.json
- Locked version:
2.6.8 in package-lock.json
- Affected extensions:
servers/Azure.Mcp.Server/vscode
servers/Fabric.Mcp.Server/vscode
servers/Template.Mcp.Server/vscode
- CVEs on current version: None known
Action Needed
- Evaluate breaking changes between v2 and v4
- Update the dependency and test extension activation, functionality, and VS Code version compatibility
- Update any code that uses changed APIs
Context
This was originally attempted as part of PR #2527 but was closed in favor of incremental updates. Major version bumps for VS Code extension utilities should be tested separately.
cc: @g2vinay
Summary
The VS Code extensions in this repo depend on
@microsoft/vscode-azext-utilsat~2(locked at 2.6.8). The latest major version is v4.x. This is a major version bump that likely includes breaking API changes and needs careful evaluation and testing.Current State
~2inpackage.json2.6.8inpackage-lock.jsonservers/Azure.Mcp.Server/vscodeservers/Fabric.Mcp.Server/vscodeservers/Template.Mcp.Server/vscodeAction Needed
Context
This was originally attempted as part of PR #2527 but was closed in favor of incremental updates. Major version bumps for VS Code extension utilities should be tested separately.
cc: @g2vinay