-
Notifications
You must be signed in to change notification settings - Fork 52
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
Unknown error when typing argument #147
Comments
Can you reproduce this without the |
I can't now reproduce it, but it appears regularly. I'll send you a file when get this bug again. |
I can reproduce with ST4, when typing a space at the end of the string or line(in script area of .vue file), it continuously popup the empty message.
I use Package Resource Viewer to debug, and I found the exception was came from https://github.com/ternjs/tern_for_sublime/blob/master/tern.py#L381 |
Can you find any |
@othree No, there is no config file for Tern in the project. |
@brownsugar Can you provide a sample code and steps to reproduce(including configs you added). And AFAIK latest official release of Sublime Text is version 3. How do you use ST4? |
@othree
I think is not about the code, it happens randomly, I tested by same code in two files, one happened and the other not. |
I believe it’s crashed or don’t have any request then it stopped itself. If
it is crashed we have to find out why.
Lay <[email protected]>於 2020年6月4日 週四,下午5:44寫道:
@othree <https://github.com/othree>
The only config I have is:
{
"tern_argument_hints": true,
}
I think is not about the code, it happens randomly, I tested by same code
in two files, one happened and the other not.
You can download ST4 from ST official Discord server.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#147 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAAEAWSXQTOOKLMW55QDSXDRU5UI7ANCNFSM4CVZPC3A>
.
--
OOO
|
@othree OK, I'll reply if there are more info I can provide. |
Tern settings
.tern-project
The text was updated successfully, but these errors were encountered: