From 45e88f6ae347a795a6923aadc701f34182a283ca Mon Sep 17 00:00:00 2001 From: vince-fugnitto Date: Mon, 26 Sep 2022 09:55:44 -0400 Subject: [PATCH] readme: add deprecation notes Signed-off-by: vince-fugnitto --- README.md | 8 ++++++-- packages/cpp-debug/README.md | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b76f8f0..8dec53e 100644 --- a/README.md +++ b/README.md @@ -17,14 +17,18 @@ +## Disclaimer + +The repository is now **deprecated**, `@theia/cpp-debug` is replaced by [`@theia/memory-inspector`](https://github.com/eclipse-theia/theia/tree/master/packages/memory-inspector#readme). + ## Overview Collection of Theia extensions related to C/C++ development. ## Features -- `@theia/cpp-debug`: +- `@theia/cpp-debug`: **deprecated** - replaced by [`@theia/memory-inspector`](https://github.com/eclipse-theia/theia/tree/master/packages/memory-inspector#readme) - Debugging support using `GDB` through the `cdt-gdb-vscode` extension. - Memory view (monitor process memory during debug sessions). -- `@theia/cpp` **deprecated** and **removed** ([past sources](https://github.com/eclipse-theia/theia-cpp-extensions/tree/184f7751f13e1ec021ccae3f076915867168d28d/packages/cpp)): +- `@theia/cpp` **deprecated** and **removed** ([past sources](https://github.com/eclipse-theia/theia-cpp-extensions/tree/184f7751f13e1ec021ccae3f076915867168d28d/packages/cpp)): - **Deprecated** C/C++ language-features extension.\ (Language-features should instead be contributed by VS Code extensions). diff --git a/packages/cpp-debug/README.md b/packages/cpp-debug/README.md index 469c5c0..57c6bed 100644 --- a/packages/cpp-debug/README.md +++ b/packages/cpp-debug/README.md @@ -1,4 +1,4 @@ -# cpp-debug +# cpp-debug (deprecated) This extension contributes a set of widgets for viewing memory in different ways.