Remi Schnekenburger

Results 47 issues of Remi Schnekenburger

This bug tracks the differences between current master Theia VS Code API and VS Code 1.94: Public APIs: - [x] #14106 Declarative APIs: - none Proposed API evolution (see #14265):...

vscode

When all implementation tasks of https://github.com/eclipse-theia/theia/issues/14266 have been addressed, the compatibility version of the VS code API can be increased to 1.94.X, X being the latest version of the vscode...

vscode

As vscode.d.ts file evolves in comments, it would be nice to have similar evolutions in our comments, to ease the comparison of the theia.d.ts file compared to vscode.d.ts one. Goal...

vscode
comments

New proposed menu introduced : > { > key: 'debug/createConfiguration', > id: MenuId.DebugCreateConfiguration, > proposed: 'contribDebugCreateConfiguration', > description: localize('menus.debugCreateConfiguation', "The debug create configuration menu") > } task is to implement...

vscode

#### What it does This PR adds the support of the newly introduced `debug/createConfiguration` menu. This menu is currently a proposed API. fixes #14114 contributed on behalf of STMicroelectronics ####...

Pull Request #14168 is currently pushing a stubbed version of the TerminalShellIIntegration. This integration shall be implemented under this issue. Some links: - vscode documentation: https://code.visualstudio.com/docs/terminal/shell-integration - evaluation: https://github.com/eclipse-theia/theia/issues/14107#issuecomment-2338234088

vscode

Since Theia 1.50.0, and https://github.com/eclipse-theia/theia/pull/13708 was merged, it is now possible to remove the workaround for the Environment variable server located here: https://github.com/eclipse-theia/theia-blueprint/blob/e103d544a33fe0bcb13bf41ca28c8d2e2d775015/theia-extensions/product/src/node/theia-ide-variables-server.ts. The THEIA_CONFIG_DIR env variable value can be...