Skip to content
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

Update addon guide to reflect the global state change #1856

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

st0012
Copy link
Member

@st0012 st0012 commented Mar 28, 2024

Motivation

To reflect the changes around GlobalState.

Implementation

Automated Tests

Manual Tests

@st0012 st0012 added documentation Improvements or additions to documentation addons Tasks related to Ruby LSP addons server This pull request should be included in the server gem's release notes labels Mar 28, 2024
@st0012 st0012 self-assigned this Mar 28, 2024
@st0012 st0012 requested a review from a team as a code owner March 28, 2024 21:04
sig { override.params(message_queue: Thread::Queue).void }
def activate(message_queue)
sig { override.params(global_state: GlobalState, outgoing_queue: Thread::Queue).void }
def activate(global_state, outgoing_queue)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we briefly explain the purpose of GlobalState?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
addons Tasks related to Ruby LSP addons documentation Improvements or additions to documentation server This pull request should be included in the server gem's release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants