How to Fix eacces permission denied unlink ‘/usr/local/bin/code’

To fix the eacces permission denied unlink ‘/usr/local/bin/code’ error, try running the command as a privileged user using this command: sudo rm /usr/local/bin/code. This should prompt you for your password and execute the rm command with elevated privileges. When you try to delete Visual Studio Code without necessary permissions, it will throw an eacces permission … Read more

How to Fix Wslregisterdistribution failed with error: 0x800701bc

The Wslregisterdistribution failed with error: 0x800701bc error occurs when Windows Subsystem for Linux (WSL) distribution with the Windows operating system is already registered or when there is a problem with the distribution package. Another cause of the error is that the distribution is incompatible with your Windows version, or the installation is incomplete. How to fix … Read more

How to Install Visual Studio Code on Mac

This tutorial will show how to install visual studio code on mac.  What is Visual Studio Code Visual Studio Code is free and available on your favorite platform – Linux, Mac OSX, and Windows. Download Visual Studio Code to experience a redefined code editor optimized for building and debugging modern web and cloud applications. How … Read more

How To Configure ESLint in Visual Studio Code on Mac

In this tutorial, we will see How To Configure ESLint in Visual Studio Code on Mac. ESLint is explicitly designed to be completely configurable, meaning that you can turn off every rule and run only with necessary syntax validation or mix and match the bundled rules and your custom rules to make the ESLint perfect … Read more

How To Use PHP In Visual Studio Code

Visual Studio Code is a great editor for PHP and other language development. You get almost all the features like syntax highlighting, bracket matching, PHP IntelliSense, and snippets out of the box, and you can create or add more functionality through community-created Visual Studio Code extensions. No developer enjoys debugging web applications. But we all know … Read more