Skip to content

Upgrade/latest lsp #126

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

Merged
merged 6 commits into from
Mar 16, 2019
Merged

Upgrade/latest lsp #126

merged 6 commits into from
Mar 16, 2019

Conversation

david-driscoll
Copy link
Member

This updates to the latest lsp version, and also fixes a couple issues.

cc @mholo65 @tintoy @gep13

@@ -10,6 +11,6 @@ public class DidChangeConfigurationParams : IRequest
/// <summary>
/// The actual changed settings
/// </summary>
public IDictionary<string, BooleanNumberString> Settings { get; set; } = new Dictionary<string, BooleanNumberString>();
public JToken Settings { get; set; }
Copy link
Contributor

Choose a reason for hiding this comment

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

Woot! 😄

Copy link
Member Author

Choose a reason for hiding this comment

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

I feel like it changed at somepoint, I just never noticed it. Keeping a reference spec in sync is hard...

Copy link
Contributor

Choose a reason for hiding this comment

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

I bet! You are doing an amazing job here working on this, and I very much appreciate your hard work!

@david-driscoll david-driscoll merged commit 7a157ab into master Mar 16, 2019
@david-driscoll david-driscoll deleted the upgrade/latest-lsp branch March 16, 2019 00:29
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.

2 participants