-
Notifications
You must be signed in to change notification settings - Fork 31
WIP: Server addons #438
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
Closed
Closed
WIP: Server addons #438
Changes from all commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
2fb15d5
WIP trigger tapioca from Ruby LSP Rails addon
KaanOzkan ed0dcdc
Pass constants to DslGenerate
KaanOzkan c949c55
Implement addon discovery and invoking without hardcoding
KaanOzkan 568cfbd
wip
andyw8 1166e8c
wip
andyw8 5dd123d
wip
andyw8 247157f
Switch back to released Tapioca
andyw8 1a66bce
Remove load_addons
andyw8 3b0c36d
wip
andyw8 4084b89
wip [skip ci]
andyw8 680e53a
wip [skip ci]
andyw8 60af963
Update test
andyw8 ef79527
Cleanup
andyw8 c169706
Fix
andyw8 8cb7850
Error handling
andyw8 a1ee7ed
Refactor
andyw8 8bfaa20
Remove unnecessary require
andyw8 a9fe25a
Formatting
andyw8 3ab905e
Fix wording
andyw8 6a465d6
Remove logging
andyw8 6a6835c
Use fetch
andyw8 715f97e
Point to ruby-lsp branch
andyw8 630ba57
wip
andyw8 7b106d2
Rename ivar
andyw8 cef761f
Add sig
andyw8 2f7faa0
Remove unnecessary argument
andyw8 6ca15d4
Update ruby-lsp
andyw8 8529166
Remove unused accessor
andyw8 9857843
Add test for invalid addon loading
andyw8 4866e67
Remove comment
andyw8 4faf7aa
tests
andyw8 795038d
Merge branch 'main' into andyw8/tapioca-lsp
andyw8 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This assumes a naming convention such that
foo_bar
would have an addon namedRubyLsp::FooBar::Addon
.