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
The idea is that before starting theia server you should generate a token and set it as an environment variable for the theia start process, for example with using openssl:
I just pushed a change ( 1118969 ) to document a bit more and make the yarn demo command from browser-app example set all environment variables so that everything work:
As you can see this demo uses a dummy "test" token, what matters is that the client and the server have the same token, because the token is used to authenticate the client. By setting the environment variable in the server process, it is inherited in the terminal processes.
Please let me know if you find this is still not clear enough.
Hi all,
not sure this is the right place, but i am looking for a Theia terminal command to open a file. but could not figure out the THEIA_OPEN_EDITOR_TOKEN setting.
(https://community.theia-ide.org/t/how-to-open-a-file-through-terminal/1619/2)
wondering where i can find more information about THEIA_OPEN_EDITOR_TOKEN setting.
thank you!
The text was updated successfully, but these errors were encountered: