Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit bb6bb9d

Browse files
cpp: remove 'theia-cpp' extension from repository
The commit removes the deprecated `@theia-cpp` extension from the repository (extensions which contribute language-features are deprecated in the framework in favor of consuming vscode extensions). The extension can still be referenced in the repository by viewing the repository's history. Signed-off-by: vince-fugnitto <[email protected]>
1 parent 6721d26 commit bb6bb9d

27 files changed

+1
-2520
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Collection of Theia extensions related to C/C++ development.
2424
- `@theia/cpp-debug`:
2525
- Debugging support using `GDB` through the `cdt-gdb-vscode` extension.
2626
- Memory view (monitor process memory during debug sessions).
27-
- `@theia/cpp` **deprecated**:
27+
- `@theia/cpp` **deprecated** and **removed** ([past sources](https://github.com/eclipse-theia/theia-cpp-extensions/tree/184f7751f13e1ec021ccae3f076915867168d28d/packages/cpp)):
2828
- **Deprecated** C/C++ language-features extension.\
2929
(Language-features should instead be contributed by VS Code extensions).
3030

configs/mocha.opts

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
--require ignore-styles
2-
--require monaco-languageclient/lib/register-vscode
32
--require reflect-metadata/Reflect
43
--reporter spec
54
--watch-extensions js

packages/cpp/README.md

-159
This file was deleted.

packages/cpp/compile.tsconfig.json

-10
This file was deleted.

packages/cpp/package.json

-54
This file was deleted.

packages/cpp/src/browser/cpp-build-configurations-statusbar-element.ts

-73
This file was deleted.

0 commit comments

Comments
 (0)