You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe there may be a potential issue with the configuration folder (.theia) when a user uses multiple different theia-based applications.
For instance:
A - theia-based application
B - theia-based application
They will both share the same .theia folder under the user's home, and will have conflicts between preferences, recentWorkspaces, ...
Should we not allow applications to define their own config folder name, perhaps through the package.json similarly to applicationName. For instance, Armbed Studio would use .armbed/settings.json instead of .theia/settings.json.
The text was updated successfully, but these errors were encountered:
I believe this issue is resolved now that we can rebind the configuration directory 👍
This is the type of change we made and it worked correctly thanks to #7214.
Description
I believe there may be a potential issue with the configuration folder (
.theia
) when a user uses multiple different theia-based applications.For instance:
A
- theia-based applicationB
- theia-based applicationThey will both share the same
.theia
folder under the user's home, and will have conflicts between preferences, recentWorkspaces, ...Should we not allow applications to define their own config folder name, perhaps through the
package.json
similarly toapplicationName
. For instance, Armbed Studio would use.armbed/settings.json
instead of.theia/settings.json
.The text was updated successfully, but these errors were encountered: