-
Notifications
You must be signed in to change notification settings - Fork 151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Import autocomplete crashes when the deno/deps
doesn't exists
#158
Comments
@danilosampaio try to call the file using absolute paths |
confirmed! The BUG should be here vscode_deno/server/src/language/completion.ts Lines 18 to 24 in 6d7295b
Lines 32 to 36 in 6d7295b
I will fix it later, or if someone does it, that's even better |
@axetroy thanks for you feedback. |
This was referenced Aug 31, 2020
lucacasonato
pushed a commit
that referenced
this issue
Sep 3, 2020
…xists (#169) Co-authored-by: Jose Danilo Sampaio da Silva (Venturus) <[email protected]>
axetroy
pushed a commit
to axetroy/vscode_deno
that referenced
this issue
Sep 5, 2020
…es not exists (denoland#169) Co-authored-by: Jose Danilo Sampaio da Silva (Venturus) <[email protected]>
CGQAQ
pushed a commit
to CGQAQ/vscode_deno
that referenced
this issue
Sep 13, 2020
…es not exists (denoland#169) Co-authored-by: Jose Danilo Sampaio da Silva (Venturus) <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
import * as test from 'http'
Expected behavior
Show module suggestions.
Screenshots
Versions
vscode: 1.42.2
deno: 1.3.1
extension: 2.0.13
The text was updated successfully, but these errors were encountered: