VS CODE -plugin"live Server" How to load files from the same folder
problem
when I launch plugin"live server" in "2.importWithLocal.html", it only load this file, and not load .js/vue.js
here is a picture https://20040424.xyz/PicList/2026-01-06_09-44-52-0.png (sorry,
help!
how to config to load all sibling files when i start "live server"?
file structure
└─01
│ 1.importWithCDN.html
│ 2.importWithLocal.html
│
└─js
vue.js
problem code "2.importWithLocal.html"
Document
what I had try
None of the following can solve this problem in the setting.json
- use "mount"
"liveServer.settings.mount": [
["/","./js"]
],
- use "root"
"liveServer.settings.root": "/01",