-
Notifications
You must be signed in to change notification settings - Fork 110
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
Resolving project files does not work anymore #323
Comments
do you have typescript installed locally? Could you check what's the tsserver version with |
Yes I have project local typescript installation. I noticed that
Could these be related or should I open another issue? |
could you share the output of |
Thanks a lot for quick response. I just realized that I have |
is this an angular project?. This has come up before, but we don't have a good solution for this right now. tide can only support |
Angular project, yes. This is a little weird because last week everything worked fine and I have not updated anything in my project. |
Do you know what's the old tide version? is it possible to rollback and confirm the issue is with tide? |
Unfortunately I don't remember the old version. Probably two weeks old at most. Should I just install some older version manually? |
I don't know of any version of tide that was able to use |
melpa might not work, you would have to probably clone the repo and checkout old version |
Relevant Version Numbers
Steps to Reproduce the Bug
html.d.ts
with following content:.html
file somewhere in projectExpected Behavior
Importing .html file works
Actual Behavior
Error
Cannot find module './file-name.html'. [2307]
After opening file
html.d.ts
with Emacs errors are gone.Importing .html files worked fine before upgrading tide. Could it be that upgrading tsserver broke something?
Also I have a similar problem with namespaces from some node_modules package. I get error first but after opening my Angular projects
app.module.ts
file (which imports practically everything else) namespace related errors are gone.The text was updated successfully, but these errors were encountered: