Does not work with polymer serve
Opened this issue · 2 comments
jhorback commented
Using relative links to the components directory (i.e. bower_components) causes "Unable to import" errors in vscode.
Could there be a setting to inform the vscode-plugin the component directory path?
rictic commented
This seems reasonable. We could use or create a field in polymer.json for configuring this
jhorback commented
My current workaround is just to use the full path to the bower_components folder.
Example:
Then in our build process we just strip out the "bower_components/" part.
But this feature could be nice. Love the plugin; great work!