-
Notifications
You must be signed in to change notification settings - Fork 1.3k
cody: update readme with more info for user #49846
Conversation
You have successfully added a new SonarCloud configuration ``. As part of the setup process, we have scanned this repository and found no existing alerts. In the future, you will see all code scanning alerts on the repository Security tab. |
client/cody/package.json
Outdated
"version": "0.0.6", | ||
"publisher": "sourcegraph", | ||
"publisher": "Sourcegraph", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't this be lowercase? It is in client/vscode/package.json
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe it'll be different once we actually publish it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe! Should i revert it back to lowercase for now?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably, just in case it is case-sensitive.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done!
client/cody/README.md
Outdated
| Setting | Description | Example | | ||
| ------------------- | ---------------------------------------------------------------------------------------------------------------------------- | ------------------------------------ | | ||
| cody.enabled | Enable or disable Cody. | true/false | | ||
| cody.serverEndpoint | URL of the Sourcegraph instance. | "https://<instance>.sourcegraph.com" | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You'll have to remove < and >. Otherwise, Markdown considers this an HTML element.
Marketplace intro:
experimental
as per https://sourcegraph.slack.com/archives/C04NPH6SZMW/p1679500800430569?thread_ts=1679500061.813439&cid=C04NPH6SZMWTest plan
Docs update
See https://github.com/sourcegraph/sourcegraph/tree/bee/cody-docs/client/cody for result page.
App preview:
Check out the client app preview documentation to learn more.