kisstkondoros / gutter-preview

Other
158 stars 37 forks source link

How to use with alias name in vite.config.js? #117

Closed Minori-ty closed 2 years ago

Minori-ty commented 3 years ago

jsconfig.json image .vscode/settings.json image App.vue image

kisstkondoros commented 2 years ago

Setting only the following should be enough:

"gutterpreview.sourceFolder": "./src/assets"
Minori-ty commented 2 years ago

"gutterpreview.sourceFolder": "./src/assets"

When I set in the folder .vscode/settings.json, it dosen't work. But when I set in the vscode's settings, it works! thanks you.