feat: Add Fabric support with new tree node providers and experiences#2921
Open
feat: Add Fabric support with new tree node providers and experiences#2921
Conversation
# Conflicts: # package-lock.json # package.json # src/constants.ts # src/extension.ts
# Conflicts: # package-lock.json
# Conflicts: # src/extension.ts
# Conflicts: # l10n/bundle.l10n.json # package-lock.json # package.json # src/extension.ts
…ricTreeNodeProvider
…ent getArtifact method
…ent getArtifact method
mkrueger
previously approved these changes
Apr 14, 2026
# Conflicts: # l10n/bundle.l10n.json # src/constants.ts # src/extension.ts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces improvements for Cosmos DB integration and workspace management, including enhanced error handling, expanded localization, and support for new workspace views. It also updates dependencies and refines command activation conditions for better compatibility with the
vscode-fabric.view.workspace. The changes are primarily focused on user experience, workspace integration, and dependency maintenance.Workspace and Cosmos DB Integration:
vscode-fabric.view.workspaceview inpackage.json, enabling Cosmos DB commands and features to be activated in this new workspace context. [1] [2] [3]vscode-fabric.view, ensuring Cosmos DB actions are available in both Azure and Fabric workspace views. [1] [2]Localization and Error Handling Improvements:
l10n/bundle.l10n.json. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14]Dependency Updates:
package.json, includingeslint-plugin-jest,jest-mock-vscode,typescript-eslint, and added@microsoft/vscode-fabric-apifor Fabric workspace support. [1] [2] [3] [4]Codebase Cleanup:
activatefunction inmain.tsby removing performance stats tracking and adjusting the return type to allow forvoid, streamlining extension activation. [1] [2]Dependency Overrides:
@prantlf/jsonlintto use a specific version ofajv, ensuring compatibility and stability.