Skip to content
This repository has been archived by the owner on Sep 4, 2020. It is now read-only.

Add support for URLs with non-default ports #63

Merged
merged 2 commits into from
Jun 30, 2020
Merged

Add support for URLs with non-default ports #63

merged 2 commits into from
Jun 30, 2020

Conversation

jsejcksn
Copy link
Contributor

Ref. Deno source: https://github.com/denoland/deno/blob/2da084058397efd6f517ba98c9882760ec0a7bd6/cli/disk_cache.rs#L55

This adds support for port numbers in remote module resolution. I didn't see any places that would support a test for this, so please test with a local file server before merging.

I think this should resolve denoland/vscode_deno#24 (comment).

@justjavac justjavac merged commit 409a6f8 into justjavac:master Jun 30, 2020
@jsejcksn
Copy link
Contributor Author

This adds support for port numbers in remote module resolution. I didn't see any places that would support a test for this, so please test with a local file server before merging.

@justjavac Did it work as expected?

@jsejcksn jsejcksn deleted the resolve-remote-modules-with-ports branch June 30, 2020 01:44
@jsejcksn
Copy link
Contributor Author

jsejcksn commented Jul 2, 2020

@justjavac I'd love to get the functionality of this commit in denoland/vscode_deno. What is needed for that? A new release?

I saw that the 1.31.0 release was reverted, but I'm not sure why.

@justjavac
Copy link
Owner

@jsejcksn Sorry to keep you waiting, I will merge it into vscode_deno in the next few days

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The remote module has not been cached locally
2 participants