A Deno fresh install doens't creates the deno/deps automatically, so that vscode_deno plugin crashes when trying to show module suggestions.
[Error - 11:33:20] Request textDocument/completion failed.
Message: Request textDocument/completion failed with message: ENOENT: no such file or directory, scandir 'C:\Users\danilo\AppData\Local\deno\deps'
Code: -32603
To Reproduce
{
"deno.enable": true,
}
import * as test from 'http'Expected behavior
Show module suggestions.
Screenshots
Versions
vscode: 1.42.2
deno: 1.3.1
extension: 2.0.13
@danilosampaio try to call the file using absolute paths ./anyfile.ts
confirmed! The BUG should be here
I will fix it later, or if someone does it, that's even better
@axetroy thanks for you feedback.
i'd like to to my first contribution :)
@axetroy fix it with PR #169
thanks for your help.
Most helpful comment
@axetroy thanks for you feedback.
i'd like to to my first contribution :)