dotnet / dotnet/vscode-csharp

LSP server needs a way to generate project change when compilation options change

Open
#5,756 0 comments 0 reactions 1 assignee Claimed by @jasonmalinowski View on GitHub
Bug Triaged
Dominant language
TypeScript
Stars
3.1k
Forks
737
Avg merge
17h 56m
Merged PRs (30d)
21

Description

In EnableNullableRefactoringProvider, we provide a code action that allows the user to control the nullable in csproj file.
However, the lsp server doesn't knon how to change project file.

Ideally we need the project system to told us how to generate text edits for the csproj file, and we can tell the client to modify it.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.