mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 18:31:54 +00:00
Close https://github.com/sourcegraph/cody/issues/93 RE: [Slack thread](https://sourcegraph.slack.com/archives/C04NPH6SZMW/p1678715069914879) & continue of https://github.com/sourcegraph/cody/pull/91 - Fix builds [Slack thread](https://sourcegraph.slack.com/archives/C04NPH6SZMW/p1678715069914879) - add feedback buttons - add debug view ## Test plan <!-- All pull requests REQUIRE a test plan: https://docs.sourcegraph.com/dev/background-information/testing_principles --> To launch Cody in VS Code Debug mode: 1. Run `pnpm i` at the root of this repository in this branch 2. Select `Launch Cody Extension` from the dropdown menu in the `RUN AND DEBUG` sidebar in VS Code To start unit test (WIP - does not work): ``` pnpm i cd client/cody pnpm build:common cd ../vscode-codegen pnpm test ``` ## App preview: - [Web](https://sg-web-bee-cody.onrender.com/search) Check out the [client app preview documentation](https://docs.sourcegraph.com/dev/how-to/client_pr_previews) to learn more. --------- Co-authored-by: Rok Novosel <rok@sourcegraph.com> Co-authored-by: Valery Bugakov <skymk1@gmail.com> |
||
|---|---|---|
| .. | ||
| all.sh | ||
| bash-syntax.sh | ||
| broken-urls.bash | ||
| build.sh | ||
| docsite_redirects.sh | ||
| go-dbconn-import.sh | ||
| go-enterprise-import.sh | ||
| go-lint.sh | ||
| gofmt.sh | ||
| no-localhost-guard.sh | ||
| pnpm-deduplicate.sh | ||
| shellcheck.sh | ||
| shfmt.sh | ||
| submodule.sh | ||
| template-inlines.sh | ||
| ts-enterprise-import.sh | ||