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
First off, not sure when it happened, but I love the improvements on the "Retrieve From Server" context menu here:
It lets me select an environment to pull FROM but it pulls it INTO the environment I'm in. This is perfect!!(this wasn't always the case)
Now that it functions as expected my only hope is to have the option no matter what my current project is. For example if I'm working in production but my selected project is beta then the context menu does not appear. So I have to switch projects to production so that the menu appears and then when it ask me where to pull from I have to select beta. It seems like a very unnecessary step; since it is going to prompt me anyways to select the project to pull from then what does it matter what project is currently selected?
Also if this can be changed is it possible to also then give it a command that we can bind to a hot key as well?
The text was updated successfully, but these errors were encountered:
@Xtremefaith , there already has a command in the command palette named HaoIDE: Retrieve from Server, if you want to add your own key binding for this command, you can paste below content to Key Bindings > Key Bindings - User,
First off, not sure when it happened, but I love the improvements on the "Retrieve From Server" context menu here:
It lets me select an environment to pull FROM but it pulls it INTO the environment I'm in. This is perfect!! (this wasn't always the case)
Now that it functions as expected my only hope is to have the option no matter what my current project is. For example if I'm working in
production
but my selected project isbeta
then the context menu does not appear. So I have to switch projects toproduction
so that the menu appears and then when it ask me where to pull from I have to selectbeta
. It seems like a very unnecessary step; since it is going to prompt me anyways to select the project to pull from then what does it matter what project is currently selected?Also if this can be changed is it possible to also then give it a command that we can bind to a hot key as well?
The text was updated successfully, but these errors were encountered: