I have created a branch in VS Code and made some changes in the JS file. When I open the HTML file with the live server the JS file in the sources tab in developer's mode is being displayed blank. I tried copying both files, the HTML and the JS to new files, not a repository, and everything worked fine. I think the issue is from using GIT in vs code and having two same JS files in two different branches, anyone has experienced something like this?