theia-cpp-extensions icon indicating copy to clipboard operation
theia-cpp-extensions copied to clipboard

Theia CPP extension

Results 5 theia-cpp-extensions issues
Sort by recently updated
recently updated
newest added

#### 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...

documentation

**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",...

bug

**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...

bug

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...

enhancement
feature request

**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`, ...)...

enhancement
feature request