vscode-live-server icon indicating copy to clipboard operation
vscode-live-server copied to clipboard

Trying to run a file but extension runs an unknown file

Open RahulMG90 opened this issue 2 years ago • 0 comments

I'm submitting a...

[ ] Regression (a behavior that used to work and stopped working in a new release)
[x] Bug report  <!-- Please search GitHub for a similar issue or PR before submitting -->
[ ] Feature request
[ ] Documentation issue or request
[ ] Other: <!-- Please describe: -->

Current behavior

I'm trying to run a file using the live server extension but apparently the extension is stuck on a deleted file and it's showing the contents of it

Expected behavior

It should show the file from the current workspace in vscode after clicking on live server button and display the contents of what I have put in the code.

Environment

Browser:

- [x] Chrome (desktop) version XX
- [ ] Firefox version XX
- [ ] Safari (desktop) version XX
- [ ] IE version XX
- [ ] Edge version XX

For Tooling issues:

- Live Server: v5.7.5
- Platform:  Windows
- Visual Studio Code: 1.68.1

Others

https://imgur.com/5aFqATR < the unknown deleted file after clicking on live server

https://imgur.com/jv1uexV < what i want to display from this code but not showing up on the browser after clicking on live server

RahulMG90 avatar Jun 16 '22 16:06 RahulMG90