-
Notifications
You must be signed in to change notification settings - Fork 3
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
Error: no watcher found for /vscode-global-typings/ts-nul-authority/projects/package.json #57
Comments
Can you please try to reproduce the issue in vscode.dev? |
I'm not sure I understand what you're asking me. One thing I forgot to mention is that I see that vscode is trying to fetch this file, and it fails: Fetch failed loading: GET "https://registry.npmjs.org/types-registry/-/types-registry-0.1.711.tgz". ![]() Also, the error only show in chrome if i uncheck "Selected Context Only" in the inspector. I'm guessing this not a major issue, but as I'm trying to understand this lib as much as possible, I'd like to have it triggering as few errors as possible. Thanks |
go to vscode.dev, open a project similar to what you're trying to have (your tsconfig.json and the other files) |
It seems to have something to do with you putting all the file at the root of the filesystem, instead of inside a directory |
So after registering the files so the imports would resolve properly, I registered a tsconfig.json file with the following data:
In my case I want to be able to import file without the use of a relative path:
instead of
Since this however, I'm getting a bunch of errors in the console that I would like to fix, or at least understand why they are happening:
Is there a service override that I'm missing ?
I've updated the repository here if you need to see the error:
https://github.com/jpdery/monaco-editor-wrapper-extension-host-error
Thanks
The text was updated successfully, but these errors were encountered: