Connecting OutlineViewerInput to Language Server After Restart #633
-
I have a question I’m hoping the community can answer, I’m attempting to implement functionality for our editor where if certain user settings are changed, we stop the language server and allow it to restart to pick up the new settings. So far, I’ve got everything working after the server starts back up, except the outline view which fails with a Closing the document all together and reopening, or closing and reopening the outline view fixes the issue, but would prefer to handle it for users if possible. For reference, we’re using version 0.20.7 due to java 11 requirements. Overview of steps that I’m taking:
The error is cropping up in the Screenshot: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
To avoid stoping the language server, why cannot use workspace/didChangeConfiguration? |
Beta Was this translation helpful? Give feedback.
To avoid stoping the language server, why cannot use workspace/didChangeConfiguration?