Skip to content

Release Preview v0.0.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 30 Sep 16:23
f517cdc

Added

  • Option to "Accept non-trusted certificates" in user options.

Instructions

image

To enable the "Accept non-trusted certificates":

  1. Install Cody for Visual Studio v0.0.2 (preview version) from downloading the Cody.VisualStudio.vsix file below
  2. Double click on the newly downloaded Cody.VisualStudio.vsix file to install / upgrade
  3. Open the Options Window from Tool > Options
  4. Select Cody > General to open the options page for Cody
  5. Enable the Accept non-trusted certificates option by clicking on the checkbox next to the option
  6. Click OK to confirm the change
  7. Restart Visual Studio to enable Cody to run with the new option enabled

NOTE: The Accept non-trusted certificates option only sets the environment variable NODE_TLS_REJECT_UNAUTHORIZED to "0" for the Cody node process. The environment variable is not applied at the system level.