theia
theia copied to clipboard
Eclipse Theia is a cloud & desktop IDE framework implemented in TypeScript.
There is currently no typings for commands, which means users that wish to execute commands must know/guess what the command arguments and return value are without much telling them what...
#### What it does The pull-request adds the command `Toggle Breadcrumbs` to control the enablement of the `breadcrumbs.enabled` preference. The changes also including adding an entry under the top-level `View`...
#### What it does Closes #11273. Centers spinning icons for the tree-view. #### How to test 1. Install [the test extension](https://github.com/eclipse-theia/theia/files/9292635/custom-view-samples-0.0.1.vsix.zip) ([sources](https://github.com/pluralia/vscode-extension-samples/tree/spin-icon-test/tree-view-sample)) 2. Open the _File Explorer_ tab -> Icons...
#### What it does At the moment, if the preferences are set to prevent exit with running debug sessions, we have no message specifically for that case. This PR adds...
#### What it does Fixes: https://github.com/eclipse-theia/theia/issues/11544. The pull-request adds **Next Group** and **Previous Group** to the `Go` > `Switch Group` submenu. The change also refactors the `BY_NUMBER` submenu path so...
#### What it does Fixes https://github.com/eclipse-theia/theia/issues/11302 - Extend debug model for compound launches -- Support pre-launch task, stopAll, list of configurations -- Properly parse compounds into configuration model -- Support...
#### What it does This implements the multi window MVP proposal desribed in https://github.com/eclipse-theia/theia/issues/10526#issuecomment-1033950569 Support for moving webview-based views into a secondary window or tab. For webview-based views a new...
#### What it does Enhances the `theia` CLI with dedicated checks regarding pulled dependencies as detailed below. ##### `theia check:theia-version` *Check that all dependencies have been resolved to the same...
#### What it does - Refactor `RpcMessageEncoder/RpcMessageDecoder` - Extract generic interfaces - Provide default implementation based on msgpackR - Rename existing "old" implementation into `RecursiveMessageEncoder/Decoder` - Update message encoder test...
### Bug Description: If using the [VSCode Mock Debug extension](https://marketplace.visualstudio.com/items?itemName=ms-vscode.mock-debug), the Debug Hover widget does not appear on evaluated variables. Using the Debugger for Java (identifier: vscjava.vscode-java-debug) and an custom...