AngularDoc / angulardoc.github.io

angulardoc.github.io web site
https://angulardoc.github.io
34 stars 2 forks source link

Clicking on an item (class, controller, etc) opens VSC in the wrong place. #29

Open mike-pun opened 5 years ago

mike-pun commented 5 years ago

When I click on the name of any item, VSC opens supposing to that item, but VSC opens in the wrong place because the location path passed to VSC seems to be missing the \

Running version 1.2.1 on Window.

Onnno commented 5 years ago

Similar in Angular Copilot: When I set the file extensions (e.g. *.module.ts) to be opened by notepad++, things work correctly. Setting file extensions to be opened by visual studio: Visual Studio opens, but shows nothing....

Maybe this is related ?