kisstkondoros / gutter-preview

Other
158 stars 37 forks source link

with alias,It doesn't work #157

Open xiangdongbu opened 1 year ago

xiangdongbu commented 1 year ago

image

this is my setting:

"gutterpreview.paths": {
    "@": "./src"
  }

and tsconfig

"paths": {
    "@pages/*": ["./src/pages/*"]
    "@img/*": ["./src/img/*"]
  }
miku-os commented 10 months ago

I'm copyed your setting, but still works. image

maybe you can try this?

"gutterpreview.paths": {
  "@": "src" 
}