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 LSP to 0.11.x #1387

Merged
merged 8 commits into from
Feb 3, 2019
Merged

Update LSP to 0.11.x #1387

merged 8 commits into from
Feb 3, 2019

Conversation

bjorkstromm
Copy link
Member

Ping @david-driscoll

There were still some issues with the Cake script service and incremental changes. I've disabled it for now and will enable once it works.

@@ -80,7 +80,7 @@ private void DebugAttach()
{
if (Debug)
{
Console.WriteLine($"Attach debugger to process {Process.GetCurrentProcess().Id} to continue...");
//Console.WriteLine($"Attach debugger to process {Process.GetCurrentProcess().Id} to continue...");
Copy link
Member Author

Choose a reason for hiding this comment

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

Oops.. This should not be here.

BTW, @david-driscoll, we need a way to get this working with LSP? Currently VSCode starts yelling at me when non-json-RPC formatted content arrives on STDOUT.

Copy link
Member

Choose a reason for hiding this comment

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

I'd be fine with it commented for now... worst case we can always have someone uncomment it for debugging purposes, if they haven't figure out which pid they need.

@david-driscoll
Copy link
Member

I'll be getting back to this tomorrow, to figure out what is causing issues with ci.

@filipw filipw mentioned this pull request Jan 22, 2019
@bjorkstromm bjorkstromm mentioned this pull request Jan 22, 2019
Copy link
Member

@david-driscoll david-driscoll left a comment

Choose a reason for hiding this comment

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

LGTM now that I fixed my failing tests

@david-driscoll david-driscoll merged commit d3c7cdc into master Feb 3, 2019
@savpek savpek mentioned this pull request Feb 9, 2019
5 tasks
@filipw filipw deleted the feature/update-lsp branch April 9, 2019 10:59
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