sourcegraph/dev/check
Beatrix a607d68280
cody: fix build, add feedback buttons and debug view (#49234)
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>
2023-03-14 09:46:13 -07:00
..
all.sh dev: remove dev/generate.sh entirely (#36190) 2022-05-27 15:00:41 -07:00
bash-syntax.sh Expand Buildkite section on error (#19025) 2021-03-10 13:06:47 +01:00
broken-urls.bash Fix bad url linter false positives (#31611) 2022-03-08 11:14:23 +01:00
build.sh ci: add shellcheck linter for shell scripts (#9903) 2020-04-21 10:03:17 -07:00
docsite_redirects.sh all: /bin/bash -> /usr/bin/env bash (#23673) 2021-08-06 12:02:43 +02:00
go-dbconn-import.sh embeddings: searcher and indexer (#48017) 2023-03-01 10:50:12 +01:00
go-enterprise-import.sh Expand Buildkite section on error (#19025) 2021-03-10 13:06:47 +01:00
go-lint.sh Update linter script: re-add go "unused" linter but do not fail builds (#46039) 2023-01-06 12:24:44 +01:00
gofmt.sh lsif typed syntax highlighter v0.1 (#30016) 2022-02-23 11:44:17 -05:00
no-localhost-guard.sh sg: Fix incorrect matching of comments in sg lint -fix go (#46202) 2023-01-06 17:28:58 +04:00
pnpm-deduplicate.sh cody: fix build, add feedback buttons and debug view (#49234) 2023-03-14 09:46:13 -07:00
shellcheck.sh dev/ci: make sg lint in CI conditional, unify linter steps (#35331) 2022-05-12 10:39:08 -07:00
shfmt.sh lsif typed syntax highlighter v0.1 (#30016) 2022-02-23 11:44:17 -05:00
submodule.sh ci: Add lint check for submodules. (#33579) 2022-04-07 09:26:57 -07:00
template-inlines.sh Jg experiment whitescreen (#34835) 2022-06-08 12:19:45 -07:00
ts-enterprise-import.sh Update enterprise import lint rule reference link (#26628) 2021-10-26 09:35:44 +00:00