Replies: 2 comments 1 reply
-
This issue is related, see #6540 |
Beta Was this translation helpful? Give feedback.
0 replies
-
FWIW, I'm fine with reverting that commit if necessary. We can instead do something like automatically cleaning up description files that are older than a week or something. (Or we can do nothing. Maybe these files only bother me.) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I use remote ssh in VSCode and use its
code -w
as my editor. This used to work great with jujutsu, but with commit 146900a it broke.The
-w
flag is supposed to tell VSCode to wait, but that doesn't work when the file to edit is outside the workspace of the VSCode window which causes VSCode to open a new window. In this case thecode -w
command returns immediately and then VSCode opens the new window editing the commit message.When
jj
put the commit message files in the.jj
directory VSCode did not open a new window, socode -w
worked.Does anyone have a way to get using VSCode as the editor to work to edit
jj
commit messages?Beta Was this translation helpful? Give feedback.
All reactions