I'm frustrated with VS Code. In Adobe Brackets, I can press the Live Display button, and it will open up my index.html file in chrome.
Regardless of what programming language you're using, you need to "compile" and run the code. Even if you write HTML, CSS and JS, you need to view it in the browser.
Where's the button to make that happen in VS Code? Why doesn't it have a "compile" button?
I've tried following the instructions from here: How to view my HTML code in browser with Visual Studio Code?
What happens is that Windows Explorer opens up or Chrome tells me it failed to load my html file.
Why do I need to configure task runners? A one-click button to compile and display code is a very important feature for a code editor. Can't Microsoft figure out a way to detect what code I'm working on and call the correct compiler to run it?
Does anyone have a guide to getting VS Code working for HTML/CSS/JS and for C#? VS Codes FAQ page for HTML doesn't have any information about loading HTML.