Posts

Showing posts from 2019

Open new windows in browser as separate thread

If you have links to another origin, you should use  rel="noopener" , especially if they open in a new tab/window. <a href= "http://example.com" target= "_blank" rel= "noopener" > Example site </a>

Merge tools in "Resolve conflicts" not shown

Disabling the "Optimize rendering for screens with different pixel densities" ( "Options -> Environment -> General -> Optimize rendering for screens with different pixel densities (requires restart)") and restart visual studio Or Inside the "Developer Command Prompt for VS2019", type the command tf resolve This will open (from what it looks like) the same window as the one within VS2019, without styling, but the Merge buttons will are present and usable.