{

Learn free vscode tutorials


fix multiple formats for file Select a default formatted

February 28, 2022 ·  2 min read

This post covers simple steps to configure visual studio code for multiple formatter issues. I am getting the following issue while formatting typescript document code. There are multiple formats for 'TypeScript' files. Select a default formatter to continue. You can see the following screenshot issue Importantly, I am working on typescript files, I got an issue with this, the same issue will get for any files javascript, HTML,css`. How do fix multiple formats for typescript files, Select a default formatter to continue First, Let me clearly explain the issue,...


How to format a code or files in Visual Studio Code

February 28, 2022 ·  2 min read

It is a short tutorial on how to format a code in Visual Studio Code or VScode. Here is a sequence of steps to format a code in Visual First way In Visual Studio Code Editor, Right-click on it There are two ways you can format Format Document Format Selection Format Document: It formats the entire file, You can also use the shortcut code Shift+Alt+F. Format Selection: you can select a block of code or an entire file code that formats the selected code....


VScode Solution for Code runner not supported or defined

February 28, 2022 ·  2 min read

In this short tutorial, You will learn how to configure a language for Code runner and also a solution for Code runner not supported or undefined errors. Visual studio code supports almost all programming languages as languages In my vscode, I create a javascript file and tried to run with an option( Right click + Run code or shortcut Ctrl + Alt+ N), got an error as follows The problem is that VScode is trying to run a javascript file code runner that does not support these files....


Subscribe
You'll get a notification every time a post gets published here.