You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run TSSdef over a function defined in another file, it occasionally fails. I've also noticed that the autocomplete has given up at this point. I use typescript-tools together with YouCompleteMe. It usually works fine but fails sometimes.
Error detected while processing function TSSdef:
line 5:
TSS command processing error: TypeError: Cannot call method 'map' of null
Update: Actually it seems like nothing works after updating my plugin through Vundle. I've updated the plugin and the global npm package to the most recent version.
The text was updated successfully, but these errors were encountered:
"nothing works" is not too helpful, though;-) are you sure you've updated to the testing branch versions, not the old npm registry and master versions?
When I run TSSdef over a function defined in another file, it occasionally fails. I've also noticed that the autocomplete has given up at this point. I use typescript-tools together with YouCompleteMe. It usually works fine but fails sometimes.
Update: Actually it seems like nothing works after updating my plugin through Vundle. I've updated the plugin and the global npm package to the most recent version.
The text was updated successfully, but these errors were encountered: