PathIntellisense
PathIntellisense copied to clipboard
Root mapping does not seem to complete
{
"path-intellisense.mappings": {
"/": "${workspaceRoot}/www"
}
}
In /src/static/index.html
I added a stylesheet and
expected to complete /css/...
from /www/css
.. but the completion uses the projects root folder.
I have the same issue.
"path-intellisense.mappings": { "/": ".${workspaceRoot}/www" } copy -----> paste ------> Thank me? ahhhhh
"path-intellisense.mappings": { "/": ".${workspaceRoot}/www" } copy -----> paste ------> Thank me? ahhhhh
On what OSs does this work?
“ path-intellisense.mappings”:{ “ /”:“。$ {workspaceRoot} / www” } 复制----->粘贴------>谢谢?啊啊
在什么操作系统上可以工作?
win 10
how to use "jsconfig.json" mappings folder