eclipse-theia / theia

Eclipse Theia is a cloud & desktop IDE framework implemented in TypeScript.
http://theia-ide.org
Eclipse Public License 2.0
19.9k stars 2.49k forks source link

Files in VSCode Extension Context not accessible. #6457

Open nilbro opened 4 years ago

nilbro commented 4 years ago

Description

Theia on Gitpod cannot access files in the my custom VSCode extension context. This includes copying files from the extension context to the local system and running files from the extension context.

The extension runs perfectly in VSCode.

The extension can be found in https://drive.google.com/file/d/1E80-kvfD71kbc-0gymtj8MccEOv2IVHe/view?usp=sharing.

Reproduction steps

After installing the extension, try running the command "Kuksa: Initialize Workspace". This should create a directory structure like this: Screenshot from 2019-10-18 11-04-40

The file build.sh is copied from the ExtensionContext and the file kuksa.yaml is generated as an empty file.

However in Theia, I am getting this: Screenshot from 2019-10-29 11-02-39

akosyakov commented 4 years ago

@nilbro Could you share please a bit more info to reproduce? If you can share your extension and reproducible scenario it would be perfect.

nilbro commented 4 years ago

I have updated the Issue @akosyakov