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
Currently, our JetBrains-Gateway module accepts a list of IDE identifiers and folders as input and we use it to create the URI and a coder_paramter to pick the IDE.
Yeah I am down. It might take me some time to get to it though. I will bring it up in our next planning meeting to get it scheduled.
For implementation, I imagine it should actually be pretty easy, we just need these to be optional so users can omit them when they would rather use the picker from the JetBrains plugin.
We can show a version picker, but it's almost impossible to show a folder picker as the template does not know what folders exist before the workspace is created.
JetBrains now recommends using Toolbox App for remote development support. Coder already has a Toolbox plugin, and going forward, we will be adding more features to that, and Gateway will, over time, support security, bug fixes only.
Uh oh!
There was an error while loading. Please reload this page.
Currently, our JetBrains-Gateway module accepts a list of IDE identifiers and folders as input and we use it to create the URI and a
coder_paramter
to pick the IDE.After coder/jetbrains-coder#372, we allow showing a version picker if these fields are not provided.
We should update the module to test that.
TODO:
The text was updated successfully, but these errors were encountered: