Remi Schnekenburger

Results 47 issues of Remi Schnekenburger

With current implementation of the stubbed workspace trust (#10472), extensions are loaded regardless of their capabilities. The issue #12318 references all the parts of Theia that would require some work...

Since https://github.com/eclipse-theia/theia/pull/11048, the window open handler for electron application is set to be always a secondary window. For all external links, we have to rely on the opener-service to delegate...

Some evolution have been done in scmHistoryProvider, used by git builtin extension, in VS Code 1.89. Label was replaced by name in ItemGroups, etc.

vscode

API Interface WindowState has a new boolean property active: ``` /** * Whether the window has been interacted with recently. This will change * immediately on activity, or after a...

vscode

This bug tracks the differences between current master Theia VS Code API and VS Code 1.89: Public APIs: - [x] #13552 - [ ] #13692 Declarative APIs: - no changes...

vscode

On VS Code 1.89, proposals from dropMetadata and documentPaste have been updated and merged in documentPaste. DropMetadata proposal has been deleted. Support in Theia is partially implemented and partially stubed,...

vscode

When all implementation tasks of #13691 have been addressed, the compatibility version of the VS code API can be increased to 1.89.X, X being the latest version of the vscode...

vscode

We need updated built-ins: even thought the official API we implement should be compatible with older built-ins, they use proposed API, with changes in random ways. Moving to 1.84.2 version

vscode
builtins

https://github.com/eclipse-theia/theia/issues/13549 stubbed the API for Test Coverage, this task tracks the real implementation of it. The test-provider-sample from vscode extension sample repository can help for the development of this feature.

vscode

This bug tracks the differences between current master Theia VS Code API and VS Code 1.90: **Warning: the release 1.90 has not been done yet, this is the evaluation on...

vscode