theia-cpp-extensions
theia-cpp-extensions copied to clipboard
Theia CPP extension
#### What it does The pull-request updates the readme to mention that the `@theia/cpp-debug` is now **deprecated** in favor of [`@theia/memory-inspector`](https://github.com/eclipse-theia/theia/tree/master/packages/memory-inspector#readme) present in the main repository. #### How to test...
**Description** Add @theia/[email protected] to latest version of @theia, then start from electron, its pending in loading page. **How to reproduce:** ```json { "private": true, "name": "electron-app", "version": "0.0.0", "main": "src-gen/frontend/electron-main.js",...
**Description** The [conversion to Codicons](https://github.com/eclipse-theia/theia/pull/9864) in Theia 1.18 modified the CSS for side panels in such a way that `masks`, which were formerly the dominant mode of icon display, are...
Context: currently, the only indication of the parameters with which the current display was fetched is the actual values of the configuration inputs (address, offset, length). If the user changes...
**Description** The idea is to create a plugin for various `cpptools` (C/C++ Tooling) functionalities including but not limited to: - additional syntax highlighting (ex: `clang format`, `clang tidy`, `makefiles`, ...)...