[Fix] MacOs sed: illegal option — r Visual Studio Code Error

The Error “sed: illegal option — r”, is an error that is invoked when you are working on Visual Studio Code and have recently updated your Visual Studio Code application on your system. Given below is the snippet of the error you might get: This error “sed: illegal option — r” is seen because of …

Read More

How to change VS Code’s merge conflict layout?

In General, VS Code shows all the changes in single pane of window for confliction. Sometime VS Code doesn’t work as expected in merge conflict and shows different windows for all the changes. This issue happens because of feature (3 way merge editor) into VS Code settings. if enabled, it shows all the changes to …

Read More

Solved: VSCode merge conflict with yellow square

Recently VSCode settings sudden changed because of VS Code merge conflict and showing the yellow square on picture. Issue is basically seen because of VS Code merge confliction and showing the yellow squares on pictures. To Solve the error, Change the ‘Git Merge Editor’ settings, Go to Settings ->> User Settings ->> Search ‘Git Merger …

Read More

[Fix] sed: illegal option — r

The Error “sed: illegal option — r”, is an error that is invoked when you are working on Visual Studio Code and have recently updated your Visual Studio Code application on your system. Given below is the snippet of the error you might get: This error “sed: illegal option — r” is seen because of …

Read More

[Fix] Error: “Cannot read properties of null”

The Error “Error: “Cannot read properties of null””, is an error that is invoked when you are working on visual studio code and trying to use the list of test in your VS Code application. Given below is the snippet of the error you might get: The error, “Error: Cannot read properties of null” is …

Read More

[Fix] “Error while fetching extensions XHR failed”

The Error “Error while fetching extensions. XHR failed”, is an error that is invoked whenever you are coding in visual studio code. Given below is the snippet of the error you might get: I would like to share with you the steps I took to fix the “Error while fetching extensions. XHR failed” in your …

Read More