Hi,
Can we somehow encrpyt our web url and not show the local path in theia?
Is it a possibility?
Hey @Simran04,
in theory yes, but not really in practice. You can easily remove the path from the url by overriding the WorkspaceService#doGetDefaultWorkspaceUri
method. However, a lot of services (file tree, terminal, etc.) will always show the full path to files, which you can’t really circumvent.