vscode-plugin
vscode-plugin copied to clipboard
Use url resolver to lookup import paths rather than deferring to native vscode behavior
cmd+click doesn't work on below import as the path is not a real path pointing to bower_components folder.
<link rel="import" href="../polymer/polymer.html">
CMD click on an href is a native behavior of the editor I think, but we may be able to customize it here.
Any progress here? Thanks in advance!