Releases: sourcegraph/cody-vs
Releases · sourcegraph/cody-vs
Release v0.1.0
NOTE: We notice there is an issue with the Login page and encourage users to skip this version and downgrade to 0.0.3 until 0.1.1 is released.
Release Preview v0.0.3
- Support Cody Settings in options
Release Preview v0.0.2
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.
Release Preview v0.0.1
Added
- Chat view style now matches the editor theme on theme changes.
- Added browser-based authentication support.
Release Preview v0.0.0
The initial preview of Cody for Visual Studio 🎉
Installation
- Download the extension file
Cody.VisualStudio.vsix
listed under theAssets
section below - Install the extension by double-clicking the downloaded file