Closed arajkumar closed 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
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.
mainpkg/subpkg
@angular/animations
subpkg
URI encoding the dependency name.
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 causessubpkg
being interpreted as version.Solution:
URI encoding the dependency name.
LSP notification with fix: