Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 551 Bytes

EXTENSIBILITY.md

File metadata and controls

10 lines (6 loc) · 551 Bytes

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