Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test merge conflict editor #27549

Closed
3 tasks done
aeschli opened this issue May 30, 2017 · 0 comments
Closed
3 tasks done

Test merge conflict editor #27549

aeschli opened this issue May 30, 2017 · 0 comments

Comments

@aeschli
Copy link
Contributor

aeschli commented May 30, 2017

Testing #27150

Complexity 2

From #27288 (comment):
To simulate a merge conflict, create a file with the following content

aaa
bbb
<<<<<<< HEAD
ccc
ccc
=======
ddd
ddd
>>>>>>> somebranch
eee
eee
  • Test the new 'merge' commands in the command palate
  • Test the code lens actions (set "editor.codeLens": true)
  • Test that you can theme the merge editor with these colors:
    merge.currentContentBackground
    merge.currentHeaderBackground
    merge.incomingContentBackground
    merge.incomingHeaderBackground
    overviewRuler.currentContentForeground
    overviewRuler.incomingContentForeground
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants