I have been following along with a tutorial series that can be found at this link. This link will take you to the third video in the series, but I have also followed and programmed alongside the first and second videos.
After installing Visual Studio Code and all the necessary extensions like "Live Server," I coded along with the tutorial. However, when I try to open the index.html file with "Open with Live Server," only the html file itself is displayed. The main.scss and _config.scss files that I had worked on are not showing up.
Naturally, clicking on index.html to "Open with Live Server" would display only the html file in the browser without considering any scss files. But I am unsure of what steps I should take to ensure that the main.scss file and the _config.scss file are executed properly in the browser.
What should my next move be?
Update from 28.08.2020: Despite attempting your suggestions, the issue still persists.
To provide some visual context, here is what my Visual Studio Code setup looks like: Screenshot
When I use the extension "Sass Live Compiler" by watching Sass and clicking on "go Live," this is what I see: Screenshot
Lastly, when opening it with a right-click on index.html and selecting "Open with Live Server," this is the result I get: Screenshot
I have ensured that both node.js and Visual Studio Code are correctly installed. At this point, I am at a loss for what to do next.