<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Oskar Lindgren</title>
    <description>The latest articles on DEV Community by Oskar Lindgren (@oskarlindgren).</description>
    <link>https://dev.to/oskarlindgren</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F800949%2F336531fb-d572-4631-be25-eaa5a508607f.jpg</url>
      <title>DEV Community: Oskar Lindgren</title>
      <link>https://dev.to/oskarlindgren</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/oskarlindgren"/>
    <language>en</language>
    <item>
      <title>VS Code Disable 3-way Merge Editor</title>
      <dc:creator>Oskar Lindgren</dc:creator>
      <pubDate>Fri, 26 Aug 2022 07:55:54 +0000</pubDate>
      <link>https://dev.to/oskarlindgren/vs-code-disable-3-way-merge-editor-544d</link>
      <guid>https://dev.to/oskarlindgren/vs-code-disable-3-way-merge-editor-544d</guid>
      <description>&lt;p&gt;There has been a lot of comments regarding Microsofts decision to change the default Merge Editor in VS Code. See this Github Issue that blew up: &lt;a href="https://github.com/microsoft/vscode/issues/157361"&gt;https://github.com/microsoft/vscode/issues/157361&lt;/a&gt; 🔥&lt;/p&gt;

&lt;p&gt;TL;DR&lt;br&gt;
To switch back to the regular Merge Editor make this change in your &lt;code&gt;settings.json&lt;/code&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;"git.mergeEditor": false
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Also make sure that &lt;code&gt;merge-conflict.decorators.enabled&lt;/code&gt; is &lt;code&gt;true&lt;/code&gt; (which is the default). In my feverish attempt to disable the new 3-way Merge Editor I flipped a couple of switches I shouldn't have... :)&lt;/p&gt;

&lt;p&gt;Btw, there is a PR to change the default back to &lt;code&gt;false&lt;/code&gt;: &lt;a href="https://github.com/microsoft/vscode/pull/158544"&gt;https://github.com/microsoft/vscode/pull/158544&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Update: The PR has been closed. It seems the VSCode maintainers are determined to use the new merge editor, but make it easier to switch back. &lt;/p&gt;

</description>
      <category>vscode</category>
    </item>
  </channel>
</rss>
