From 73cc13f610c1973364810da77eff6c166fb95772 Mon Sep 17 00:00:00 2001 From: Garrett Campbell <86264750+gcampbell-msft@users.noreply.github.com> Date: Fri, 10 Jan 2025 14:13:28 -0500 Subject: [PATCH] add extensibility doc (#4232) --- EXTENSIBILITY.md | 10 ++++++++++ README.md | 1 + 2 files changed, 11 insertions(+) create mode 100644 EXTENSIBILITY.md diff --git a/EXTENSIBILITY.md b/EXTENSIBILITY.md new file mode 100644 index 000000000..098f1e2e6 --- /dev/null +++ b/EXTENSIBILITY.md @@ -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: +GitHub: + +## 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: \ No newline at end of file diff --git a/README.md b/README.md index 5e2535f15..7726a0019 100644 --- a/README.md +++ b/README.md @@ -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?