Thanks to visit codestin.com
Credit goes to github.com

Skip to content

toResource incorrectly calls URI.parse on zipfile:// resources #843

Closed
@michael-withington-simplisafe

Description

toTsFilePath and toResource both have the same comment:

 // Yarn v2+ hooks tsserver and sends `zipfile:` URIs for Vim. Keep as-is.
 // Example: zipfile:///foo/bar/baz.zip::path/to/module

however, toTsFilePath correctly returns the URL without doing anything, and toResource calls URI.parse on it, causing it to break and not be able to load the resource.

return URI.parse(filepath);

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions