vscode-plugin
vscode-plugin copied to clipboard
Does not work with polymer serve
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?
This seems reasonable. We could use or create a field in polymer.json for configuring this
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!