microsoft/vscode-fabric
TypeScript
Captured source
source ↗microsoft/vscode-fabric
Description: Microsoft Fabric extension for VS Code
Language: TypeScript
License: MIT
Stars: 42
Forks: 11
Open issues: 29
Created: 2024-09-17T17:05:51Z
Pushed: 2026-06-11T04:25:20Z
Default branch: main
Fork: no
Archived: no
README:
This repository is the home for the *Microsoft Fabric extension for VS Code and it's extensibility model*.
The Fabric extension serves as a "core" platform that is extensible by "satellite" extensions that can contribute functionality for specific item types. Learn more [architechture overview](/docs//architecture-overview.md) and [extensibility overview](/docs/extensibility-overview.md).
Overview
The repository is a mono repo that contains primarily the following:
- [
extension](/extension/README.md): The VS Code extension that surfaces Fabric experiences, ships on the Marketplace, and hosts shared core services and views. - [
api](/api/README.md): An npm package (@microsoft/vscode-fabric-api) that provides typed contracts for extending the core extension. - [
util](/util/README.md): An npm package (@microsoft/vscode-fabric-util) of reusable helpers consumed by the extension and satellite packages to keep implementations consistent.
Feedback
Have an idea, question, or bug report? Open a new issue and select the template that best fits your scenario.
Contributing
This project welcomes contributions. To contribute, see these documents:
- [Code of Conduct](./CODE_OF_CONDUCT.md)
- [Security](./SECURITY.md)
- [Contributing](./CONTRIBUTING.md)
Trademarks
This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow Microsoft's Trademark & Brand Guidelines. Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship.
Any use of third-party trademarks or logos are subject to those third-party's policies.
License
[MIT](LICENSE.txt)