PathIntellisense icon indicating copy to clipboard operation
PathIntellisense copied to clipboard

Root mapping does not seem to complete

Open BananaAcid opened this issue 4 years ago • 5 comments

{
	"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.

BananaAcid avatar Apr 24 '20 18:04 BananaAcid

I have the same issue.

timnash avatar Jun 18 '20 00:06 timnash

"path-intellisense.mappings": { "/": ".${workspaceRoot}/www" } copy -----> paste ------> Thank me? ahhhhh

ghost avatar Jul 16 '20 12:07 ghost

"path-intellisense.mappings": { "/": ".${workspaceRoot}/www" } copy -----> paste ------> Thank me? ahhhhh

On what OSs does this work?

BananaAcid avatar Jul 16 '20 20:07 BananaAcid

“ path-intellisense.mappings”:{ “ /”:“。$ {workspaceRoot} / www” } 复制----->粘贴------>谢谢?啊啊

在什么操作系统上可以工作?

win 10

ghost avatar Jul 16 '20 23:07 ghost

how to use "jsconfig.json" mappings folder

meiliujun avatar May 06 '22 13:05 meiliujun