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 quoting bug #6228

Merged
merged 2 commits into from
Aug 25, 2023
Merged

Fix quoting bug #6228

merged 2 commits into from
Aug 25, 2023

Conversation

333fred
Copy link
Member

@333fred 333fred commented Aug 25, 2023

The server was not expecting paths to be quoted, but we were doing so on the client. I've also added a trace-level print of the actual arguments we will use to start the server, which helped me figure this out.

The server was not expecting paths to be quoted, but we were doing so on the client. I've also added a trace-level print of the actual arguments we will use to start the server, which helped me figure this out.
@333fred 333fred requested a review from a team as a code owner August 25, 2023 18:17
@333fred 333fred enabled auto-merge (squash) August 25, 2023 18:21
@333fred
Copy link
Member Author

333fred commented Aug 25, 2023

With this fix, the compiler developer extension is alive!

@333fred 333fred merged commit eec3d3e into dotnet:main Aug 25, 2023
@333fred 333fred deleted the extra-escape branch August 25, 2023 18:45
@genlu
Copy link
Member

genlu commented Aug 25, 2023

the compiler developer extension

what is this?

@333fred
Copy link
Member Author

333fred commented Aug 25, 2023

@genlu https://github.com/333fred/compiler-developer-sdk. We're using this as a testing ground for C# LSP extensibility.

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