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
I have a few projects and I switch between them using hotkey Ctrl+Alt+P. When I press Ctrl+Shift+G on the object (for ex. Blueprint from Flask package) Sublime opens the object definition from the package of the current project virtualenv. (~/.virtualenvs/<current_project>/...)
If I switch to another project and do the same Sublime opens the object definition from the package of the previous project virtualenv. (~/.virtualenvs/<prevous_project>/...)
Only restart Sublime fix this issue until I do the same.
Hi!
I have a few projects and I switch between them using hotkey
Ctrl+Alt+P
. When I pressCtrl+Shift+G
on the object (for ex.Blueprint
fromFlask
package) Sublime opens the object definition from the package of the current project virtualenv. (~/.virtualenvs/<current_project>/...
)If I switch to another project and do the same Sublime opens the object definition from the package of the previous project virtualenv. (
~/.virtualenvs/<prevous_project>/...
)Only restart Sublime fix this issue until I do the same.
my jedi settings:
The text was updated successfully, but these errors were encountered: