Vlad Arama

Results 5 comments of Vlad Arama

@tsmaeder Good catch, I didn't spot that. I still think that the behavior could be improved. Having to close the secondary-window from the `Open Editors` before being able to reopen...

@kittaakos Good point, I agree. I think Blueprint should be able to pickup the changes with the next release. Any thoughts on removing `TheiaBlueprintEnvVariableServer` and directly using the one from...

> a thought: we could do like vscode and officially support portable mode only for "zip" packages. I think we could provide these packages by zipping the "prepackage folder" ,...

Yep it has been added in https://github.com/eclipse-theia/theia/commit/bf93b2910d8fcee7e3a9f9768194f49191fb552f I think we can just use `EnvVariablesServerImpl` from Theia directly which would make Blueprint portable. Then, we would be able to remove `theia-blueprint-variables-server.ts`...

Here is an update: Removing `theia-blueprint-variables-server.ts` and using Theia's `EnvVariableServer` causes all the user-data to be written to `.theia` instead of `.theia-blueprint` which would be a breaking change. As for...