Skip to content

Conversation

vishwamartur
Copy link

Related to #33

Add functionality to restart the refact-lsp process upon relevant settings changes.

  • MultilineGreyText/Options/GeneralOptions.xaml.cs

    • Add NotifySettingsChanged method to notify settings changes.
    • Call NotifySettingsChanged in each text change handler.
    • Call NotifySettingsChanged in each checkbox change handler.
  • MultilineGreyText/RefactLanguageClient.cs

    • Add RestartRefactLspProcess method to stop and start the refact-lsp process.

Related to smallcloudai#33

Add functionality to restart the `refact-lsp` process upon relevant settings changes.

* **MultilineGreyText/Options/GeneralOptions.xaml.cs**
  - Add `NotifySettingsChanged` method to notify settings changes.
  - Call `NotifySettingsChanged` in each text change handler.
  - Call `NotifySettingsChanged` in each checkbox change handler.

* **MultilineGreyText/RefactLanguageClient.cs**
  - Add `RestartRefactLspProcess` method to stop and start the `refact-lsp` process.
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.

1 participant