Release Preview v0.0.2
Pre-release
Pre-release
Added
- Option to "Accept non-trusted certificates" in user options.
Instructions
To enable the "Accept non-trusted certificates":
- Install Cody for Visual Studio v0.0.2 (preview version) from downloading the
Cody.VisualStudio.vsix
file below - Double click on the newly downloaded
Cody.VisualStudio.vsix
file to install / upgrade - Open the
Options
Window from Tool > Options - Select Cody > General to open the options page for Cody
- Enable the
Accept non-trusted certificates
option by clicking on the checkbox next to the option - Click
OK
to confirm the change - 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.