jj resolve
marks file as resolved despite containing conflict markers
#4877
-
I'm using What causes |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
See https://martinvonz.github.io/jj/latest/config/#editing-conflict-markers-with-a-tool-or-a-text-editor. We have |
Beta Was this translation helpful? Give feedback.
-
+1 to Martin. Are the conflict markers still |
Beta Was this translation helpful? Give feedback.
See https://martinvonz.github.io/jj/latest/config/#editing-conflict-markers-with-a-tool-or-a-text-editor. We have
merge-tool-edits-conflict-markers = true
set for VS Code [here[(https://github.com/martinvonz/jj/blob/1ed2ef04058f19c055a03e3a3dea2b932d0bfd91/cli/src/config/merge_tools.toml#L54), so jj shouldn't consider the file resolved. Maybe you modified the conflict marker a bit so it couldn't be parsed?