Skip to content

Commit

Permalink
add extensibility doc (#4232)
Browse files Browse the repository at this point in the history
  • Loading branch information
gcampbell-msft authored Jan 10, 2025
1 parent 35f3449 commit 73cc13f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions EXTENSIBILITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# CMake Tools Extensibility

We provide an API in order to get information from the CMake Tools extension from other VS Code extension.

NPM: <https://www.npmjs.com/package/vscode-cmake-tools?activeTab=readme>
GitHub: <https://github.com/microsoft/vscode-cmake-tools-api>

## CMake Tools API sample extension

We have created a simple sample extension that showcases how simple it is to interact with this API. You can find it in the GitHub for the CMake Tools API here: <https://github.com/microsoft/vscode-cmake-tools-api/tree/main/sample-extension>
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
- [FAQ](docs/faq.md)
- [Read the online documentation](docs/README.md)
- [Contribute](CONTRIBUTING.md)
- [Extensibility](EXTENSIBILITY.md)

## Issues? Questions? Feature requests?

Expand Down

0 comments on commit 73cc13f

Please sign in to comment.