Closed rcjsuen closed 6 years ago
Instead of generating the WorkspaceEdit for a command, we should just generate its necessary TextEdit[] instead. This will allow the edits to be used as regular changes or as versioned changes depending on what the language server needs.
WorkspaceEdit
TextEdit[]
Instead of generating the
WorkspaceEdit
for a command, we should just generate its necessaryTextEdit[]
instead. This will allow the edits to be used as regular changes or as versioned changes depending on what the language server needs.