Run polymer in visual studio 2015

Multi tool use
Run polymer in visual studio 2015
Hi I want to execute polymer component(polymer3.x) in visual studio,I am able to run polymer cli and polymer serve and I can see outputs.but when I try to execute my code in visual studio project I get `error
Failed to resolve module specifier
"@polymer/polymer/lib/utils/import-href.js". Relative references must
start with either "/", "./", or "../".
I find this link https://github.com/Polymer/tools/issues/363 but I am confused what should I change ?
By the way I change my relative path @polymer/polymer/ to ../polymer/polymer/ but not work
`
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.