Skip to content

Update plugin settings to match VS Code#41

Open
vishwamartur wants to merge 1 commit intosmallcloudai:mainfrom
vishwamartur:update-plugin-settings
Open

Update plugin settings to match VS Code#41
vishwamartur wants to merge 1 commit intosmallcloudai:mainfrom
vishwamartur:update-plugin-settings

Conversation

@vishwamartur
Copy link
Copy Markdown

Related to #32

Add insecure SSL option to plugin settings.

  • Add a boolean property InsecureSSL with a default value of false in MultilineGreyText/Options/General.cs.
  • Add a checkbox for InsecureSSL under the "Refact Assistant" category in MultilineGreyText/Options/GeneralOptions.xaml.
  • Add event handlers for the InsecureSSL checkbox to save the setting in MultilineGreyText/Options/GeneralOptions.xaml.cs.
  • Update the GetArgs method in MultilineGreyText/RefactLanguageClient.cs to include the --insecure-ssl option if the InsecureSSL setting is enabled.

Related to smallcloudai#32

Add insecure SSL option to plugin settings.

* Add a boolean property `InsecureSSL` with a default value of `false` in `MultilineGreyText/Options/General.cs`.
* Add a checkbox for `InsecureSSL` under the "Refact Assistant" category in `MultilineGreyText/Options/GeneralOptions.xaml`.
* Add event handlers for the `InsecureSSL` checkbox to save the setting in `MultilineGreyText/Options/GeneralOptions.xaml.cs`.
* Update the `GetArgs` method in `MultilineGreyText/RefactLanguageClient.cs` to include the `--insecure-ssl` option if the `InsecureSSL` setting is enabled.
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