Describe the bug
I upgraded to v1.43.4 of deno whilst working on a project and saw the update about URL.parse() so i decided to give it a try but vscode is screaming that the .parse static method doesn't exit. The method does work perfectly if you run the code.
To Reproduce
Make sure you're on both versions of deno, vscode_deno as mine
create a new dummy file, eg. url_parse.ts, open it inside vscode and paste the following console.log(URL.parse("scooby doo") and save the file
open your terminal if you haven't and run deno run -A url_parse.ts
Expected behavior
Vscode intellisense should popup and error saying the method doesn't exist.
Describe the bug I upgraded to v1.43.4 of deno whilst working on a project and saw the update about
URL.parse()
so i decided to give it a try but vscode is screaming that the.parse
static method doesn't exit. The method does work perfectly if you run the code.To Reproduce
console.log(URL.parse("scooby doo")
and save the filedeno run -A url_parse.ts
Expected behavior
Vscode intellisense should popup and error saying the method doesn't exist.
Screenshots
Versions
vscode: v1.89.1 deno: v1.43.4 extension: v3.37.1