-
Notifications
You must be signed in to change notification settings - Fork 464
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
35f3449
commit 73cc13f
Showing
2 changed files
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
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> |
This file contains 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