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

fix: Avoid error popup when using in Live Share #13095

Merged
merged 2 commits into from
Aug 26, 2022
Merged

fix: Avoid error popup when using in Live Share #13095

merged 2 commits into from
Aug 26, 2022

Conversation

jonas-schievink
Copy link
Contributor

cc #8844

Not sure if there's a better way to do this, feedback appreciated!

@@ -33,7 +33,7 @@ export function outputChannel() {
}

export interface RustAnalyzerExtensionApi {
client: lc.LanguageClient;
client?: lc.LanguageClient;
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is public API but I am not sure how we're supposed to version it.

Copy link
Member

Choose a reason for hiding this comment

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

Well our versioning story is a bit awkward anyways in that 0.4 is nightly and 0.3 is stable. So minor version bumps don't really make sense for API stability either

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Since node uses standard semver anyways, I think every version we publish can include breaking changes, so we should be fine?

@jonas-schievink
Copy link
Contributor Author

@bors r+

@bors
Copy link
Contributor

bors commented Aug 26, 2022

📌 Commit dcbbb7f has been approved by jonas-schievink

It is now in the queue for this repository.

@bors
Copy link
Contributor

bors commented Aug 26, 2022

⌛ Testing commit dcbbb7f with merge 6bea872...

@bors
Copy link
Contributor

bors commented Aug 26, 2022

☀️ Test successful - checks-actions
Approved by: jonas-schievink
Pushing 6bea872 to master...

@bors bors merged commit 6bea872 into rust-lang:master Aug 26, 2022
@jonas-schievink jonas-schievink deleted the avoid-liveshare-error branch August 26, 2022 18:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants