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
After some googling I found that adding "--wait" option resolves the issue for the VScode. We might need to add this option to aiidalab-launch as well.
It seems based on that StackOverflow answer that the fix needs to be done on the "shell" level?
In aiidalab-launch we use click.edit() for this functionality. It seems it doesn't allow passing additional parameter, but allows setting environment variables. I wonder if that is an option for VSCode?
Sorry, @danielhollas, I don't have answers to those questions at the moment. I made this issue only for the sake of reporting. I might come to this issue later, for now I do not have time to investigate it further.
A colleague of mine tried to update a profile configuration with VScode as a default editor.
Unfortunately, any time she would run:
She would get an empty
toml
file to edit. After switching back tovim
:Things worked fine
The text was updated successfully, but these errors were encountered: