Thomas Mäder

Results 214 comments of Thomas Mäder

@msujew could you add steps to https://github.com/eclipse-theia/theia/blob/master/doc/Publishing.md in case we don't have the automation ready for the next release (tomorrow ;-))?

I'm a firm believer that requirements should come from users. If the Theia project itself does not consume any "headless" plugins, we are not competent to formulate those requirements. Let's...

@dineug why would you assume that the function `acquireVSCodeApi()` is available on the `window` object? I have found neither documentation nor an example that implies that. Is there a concrete...

Here's the plugin: [testsave-0.0.1.zip](https://github.com/eclipse-theia/theia/files/14312195/testsave-0.0.1.zip) And here's the source: [testsave..src.zip](https://github.com/eclipse-theia/theia/files/14312223/testsave.src.zip)

@msujew have you considered: 1. Extensions that are installed from a *.vsix file: they may not be available on open-vsx 2. Maybe the remote ide does not have the same...

@jonah-iden what's the current state of this one?

@rschnekenbu what I don't understand is where we hook up theia to be the system-wide URI handler for some uri's. Is this already hooked up somewhere?

@rschnekenbu when I open the "run" dialog from the Windows start menu and type "theia://ryanleonhardt.open-external" Windows tells me there is not handler in the system for the "theia" scheme. Isn't...

See also https://github.com/microsoft/vscode/blob/c72447e8d8aaa7497c9a4bd68bc4301584b92beb/src/vs/platform/url/electron-main/electronUrlListener.ts#L20