I want to develop a ‘theia plugin’ that achieves the following effects:
1, you can listen to the Hash command in the URL;
- Automatically download or clone the code according to the Hash command in the URL;
who can help me?god bless you!
[original thread by hackerhome5]
hello @hackerhome5 you can use
const yourParameter = theia.env.getQueryParameter(‘hashParameter’);
in the start callback of the theia plug-in
In Eclipse Che, there is a plug-in doing almost that
https://github.com/eclipse/che-theia/blob/master/plugins/factory-plugin/src/factory-initializer.ts#L33-L49
and it’s open source 