Christoph
Christoph
### Bug Description: I guess `vscode.env.openExternal` in Theia should do the same as in VS Code, i.e. use the OS' default application for opening a given URI. I was trying...
### Bug Description: I am running a browser app of Theia blueprint in Google Cloud (see "Additional Information" section below for more details). Webview contents are not rendered here, instead...
### Bug Description: When using a submenu as a "view/title" in a VS Code extension manifest (`package.json`) the menu items are defunct, i.e. they have no effect when clicking on...
### Feature Description: Similar to what VS Code supports with its `--goto` CLI argument (https://code.visualstudio.com/docs/editor/command-line#_core-cli-options) it would be great if the Theia Electron app would also support opening a file...
I am using cdxgen to generate SBOMs for a TypeScript project based on Eclipse Theia. My project structure is as follows: ``` myproj/ ├── myproj/theia-app/package.json ├── myproj/theia-app/browser-app/package.json └── myproj/theia-app/electron-app/package.json ```...
I’m using the cdt-gdb-vscode extrension for remote debugging in an IDE based on Eclipse Theia 1.60.2 (running on Windows 11). I’ve encountered a problem where **removing breakpoints in the IDE...
I am using Clangd as a language server for C and C++ programs in Eclipse Theia. My workflow involves a converter that generates C++ type and variable declarations from an...
Hi! I’ve been testing the recently introduced **data breakpoints** feature. Creating a data breakpoint appears to succeed, but pressing Continue immediately fails with GDB warnings and the session stops. ###...
### Feature Description: The "Variables" section in the Debug view already supports setting variable values during a debug session. This can be done either by double-clicking on a variable or...
NSIS CVE-2025-43715: Which NSIS version does electron-builder use, and how can I pin/override it?
Hi! I’m generating a Windows installer via `nsis` and need to document the exact NSIS version in my app’s SBOM, plus make sure I’m not affected by **CVE-2025-43715** (https://nvd.nist.gov/vuln/detail/CVE-2025-43715, priv-esc...