otoniel-isidoro/vscode-ruby-ctags

Can't load large ctag file larger than 50MB. Loading has been cancelled

Closed this issue · 5 comments

I encounter the error: "Can't load large ctag file larger than 50MB. Loading has been cancelled" when trying to use this extension. Not sure why... not sure how to debug!

What is the size of you .tags file?
This error can be because of some directories with many not ruby files that is not excluded from tag indexer...

I'm also experiencing the same issue. The tags file is just 377734b.

This is not a issue. The error occurs when the plugin is not configured. Please follow the instructions on HowTo and try again.

It'd be better if it can be run without configuration..!

Working minimum configuration was below:

  "ctags": {
    "fileName": ".tags"
  }