-
Notifications
You must be signed in to change notification settings - Fork 24
Closed
Description
Love the plugin, and have been using it for years, thanks.
However, my project-level alias settings aren't working since the 2.0 upgrade. I updated the settings to what I believe should be the new format for 2.0.
My settings for mapped aliases on my project are as follows:
"settings": {
"HyperClick": {
"scopes": {
"source.js": {
"aliases": {
"@data": "src/data",
"@shared": "src/components/shared",
"@templates": "src/templates",
"@components": "src/components"
}
},
"source.sass": {
"aliases": {
"@utils": "src/layouts/styles",
"@pageStyles": "src/pages/styles"
}
}
}
},I just get the red [x] icon next to each import at this point.
Am I doing something wrong with the new syntax?
Metadata
Metadata
Assignees
Labels
No labels