fabric8-analytics / fabric8-analytics-lsp-server

Apache License 2.0
9 stars 33 forks source link

fix(uri-char): URI encode the args which is passed for component anaysis #113

Closed arajkumar closed 4 years ago

arajkumar commented 4 years ago

fix(stream-json): Move to 0.x, new release doesn't pass position info Refactor send diag message to avoid duplicate codes

Issue: https://jira.coreos.com/browse/APPAI-1060

Root cause:

https://gist.github.com/samuzzal-choudhury/618a50bba5f3c1f829d6abe8dc6057ed

There are few dependencies are in the form of mainpkg/subpkg in the above manifest file(e.g. @angular/animations), which causes subpkg being interpreted as version.

Solution:

URI encoding the dependency name.

LSP notification with fix:

Screenshot 2019-11-12 at 7 58 00 PM