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,...