What am I thinking?
While making this website I encountered an error that " ' " was decoding as "’" due to some weired reason and I thought the framework I am using was broken, but no the issue was far more simpler. I wrote the header of HTML for my website manually instead of using the autocomplete that is + which gets you...
Read
→If you have installed VS Code by manually downloading the file the chances are the automatic updates are not being installed and you have to update your VS Code manually from the website, but it is possible to update it just via without downloading and installing the laste version again and again from the website. Just do the following Refresh...
Read
→Using is the easiest way to install Node JS on any Debian based linux, the only issue being the packages on apt are mostly outdated. In this tutorial we will install Node JS using apt and also update it to match the latest available version. Installation Open terminal and execute the following commands: Installing Node JS Checking Node version Installing...
Read
→There is no official shortcut assigned in VS code to change the focus between the terminal and the editor, but thanks to the customization options in VS Code you can create a shortcut of your own. Recollect Make sure the shortcut which you're assigning is not being used by VS Code natively or by any external extensions you have installed....
Read
→