LSP server needs a way to generate project change when compilation options change
Open
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
Assessment
This issue has not been assessed yet.