Skip to content

Commit

Permalink
Docs: add dev doc for color theme (#33)
Browse files Browse the repository at this point in the history
Add docs on how to add a new color / css variables to webview.
  • Loading branch information
abeatrix authored Aug 14, 2024
1 parent fb016a5 commit b9a73c9
Show file tree
Hide file tree
Showing 2 changed files with 816 additions and 5 deletions.
12 changes: 7 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,16 @@

## Prerequisites

1. Install [node.js](https://nodejs.org/en/download/prebuilt-installer), required for building and running Cody Agent
1. Install [chocolatey](https://chocolatey.org/install) - Package Manager for Windows
1. `Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))`
2. Install [node.js](https://nodejs.org/en/download/prebuilt-installer), required for building and running Cody Agent
1. `choco install pnpm --version=8.6.7`
2. Install [Visual Studio Pro](https://visualstudio.microsoft.com/vs/professional/) with the required component:
3. Install [Visual Studio Pro](https://visualstudio.microsoft.com/vs/professional/) with the required component:
1. Visual Studio Extension
3. Install [git for Windows](https://gitforwindows.org)
4. Install [git for Windows](https://gitforwindows.org)
1. Configure it with `git config core.autocrlf false` to not change line endings
4. Install [.NET SDK](https://dotnet.microsoft.com/en-us/download)
5. Clone this repository: `git clone [email protected]:sourcegraph/cody-vs.git`
5. Install [.NET SDK](https://dotnet.microsoft.com/en-us/download)
6. Clone this repository: `git clone [email protected]:sourcegraph/cody-vs.git`

For Sourcegraph teammates:

Expand Down
Loading

0 comments on commit b9a73c9

Please sign in to comment.