Skip to content

workspace scope limitations #14122

Answered by msujew
tangweisuper asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @tangweisuper,

I've converted this into a discussion, since it's mostly a question and not a feature request.

Essentially, similarly to all other IDEs, Theia is built in a way that allows it to read/open all files that are accessible to the system user that starts the Theia backend process. Changing this behavior is pretty difficult, and even if you change the frontend/file system implementation behavior enough, you still have the issue of users having unrestricted access via the terminal and/or VS Code extensions.

The most common way to solve this is by isolating the IDE from the rest of the system. Most commonly, you would set something up like Theia Cloud or a similar, pod/containe…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by tangweisuper
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #14120 on September 04, 2024 09:11.