-
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
Tide mode broken in temp buffers #378
Comments
yes, tide needs a buffer backed by real file. There is some support for indirect buffer like org-mode, where we send the full contents to tsserver instead of just the filename. In magit case, it's better to not enable tide mode at all. But I can't find a reliable way to detect it's a magit buffer. |
Related, but not completely (tell me if needs a separate issue), I’m struggling in getting tide to work with More specific when I’m working with tangled files, which I know the destination path, so I declare It seems not working also because Is there a way to get full featured Seems that this is somehow possible with Thanks for making |
@M3kH looks like a regression, I can't get it to work either. Could you open a separate issue to track this |
(Apologies if this is known, I can't look at where exactly this is coming from...)
When tide is used for a temp buffer (which means that there is no file that holds the content) I keep getting errors like the below. It's particularly bad since I'm using magit, which tends to create such buffers in many cases (ie, to show a file at a particular commit, which is not actually in the FS).
The text was updated successfully, but these errors were encountered: