-
Notifications
You must be signed in to change notification settings - Fork 286
Multi-root support, lint support, DocumentSymbol support, and more! #405
Conversation
This is needed to support workspace change messages
It isn't really serving a purpose
This is the first version with currentNode support in TreeCursor
I will be writing up some docs + a few additional cleanup items and will release this as 0.22.0 tonight/tomorrow |
@wingrunr21 I would like to inquire about whether this should be considered version 1.0.0.instead of another prerelease version bump. This is a significant rewrite of a majority of this application. Also, assuming vscode-ruby follows semver, anything before 1.0.0 is considered prereleased; this extension has been publicly released for a while now. |
It will be released as
I'd like to release v1 when the extension is in a good place. This is a major step in that direction but it isn't there yet. |
Okay fair enough, I respect that. |
👏 👏 👏 👏 👏 👏 @wingrunr21 nice work! |
Should it be possible to have a |
Everything is run with a The extension only passes configuration to RuboCop via command line arguments. Otherwise, anything specific via |
Quick feature overview:
DocumentSymbol
support which enables the Outline view