# vscode-fabric
**Repository Path**: mirrors_microsoft/vscode-fabric
## Basic Information
- **Project Name**: vscode-fabric
- **Description**: This repository has documentation for Microsoft Fabric VS Code extension
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2025-06-27
- **Last Updated**: 2025-12-14
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
[](https://github.com/microsoft/vscode-fabric/blob/main/LICENSE.txt)
[](https://marketplace.visualstudio.com/items?itemName=fabric.vscode-fabric)
[](https://www.npmjs.com/package/@microsoft/vscode-fabric-api)
[](https://www.npmjs.com/package/@microsoft/vscode-fabric-util)
Microsoft Fabric extension for VS Code
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](https://github.com/microsoft/vscode-fabric/issues/new/choose) 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](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks).
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)