-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Closed
Copy link
Labels
area/editor/theiaIssues related to the che-theia IDE of CheIssues related to the che-theia IDE of Chekind/taskInternal things, technical debt, and to-do tasks to be performed.Internal things, technical debt, and to-do tasks to be performed.severity/P1Has a major impact to usage or development of the system.Has a major impact to usage or development of the system.
Milestone
Description
Is your task related to a problem? Please describe.
There are 3 fields within config storage:
- hostLogPath
- hostStoragePath
- hostGlobalStoragePath
At the moment they are overridden on che-theia side here.
The current state:
hostLogPathcomes as/home/theia/.theia/logs/20201207T111804/hostand then overridden to/home/theia/home/theia/hostStoragePathcomes as/home/theia/.theia/workspace-storage/be0a81bfde25dc291c35808bdaf5f836and then overridden to/home/theia/home/theia/hostGlobalStoragePathcomes as/home/theia/.theia/globalStorageand then overridden to/home/theia/home/theia/
So, /home/theia/home/theia is used for config storage paths.
Describe the solution you'd like
I'm going to change the described behavior within eclipse-che/che-theia#778.
Please see more details here
I tested it and with my changes I have the results like:
hostLogPathcomes as/home/theia/.theia/logs/20201207T103853/hostand returns the same -/home/theia/.theia/logs/20201207T103853/hosthostStoragePathcomes as/home/theia/.theia/workspace-storage/d4f33a13baafd8232351136427795e20and returns the same -/home/theia/.theia/workspace-storage/d4f33a13baafd8232351136427795e20hostGlobalStoragePathcomes as/home/theia/.theia/globalStorageand returns the same -/home/theia/.theia/globalStorage
Please let me know if there are any objectives to keep /home/theia/home/theia as config storage paths and we have good reasons for such behavior.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area/editor/theiaIssues related to the che-theia IDE of CheIssues related to the che-theia IDE of Chekind/taskInternal things, technical debt, and to-do tasks to be performed.Internal things, technical debt, and to-do tasks to be performed.severity/P1Has a major impact to usage or development of the system.Has a major impact to usage or development of the system.