otoniel-isidoro/vscode-ruby-ctags

configured filename seems to be ignored.

Closed this issue · 0 comments

after updating my configuration to:

    "ctags": {
        "executePath": "/Users/username/.rbenv/shims/ripper-tags",
        "options": "--tag-file=.tags --recursive --force --exclude=/assets/ --exclude=.bundle --exclude=.git/ --exclude=coverage/ --exclude=.arcanist-extensions/ --exclude=log/ --exclude=tmp/ --exclude=bin/",
        "fileName": "tags"
    }

and restarting vscode and regenerating tags, it still compiles them to .tags :/