-
Notifications
You must be signed in to change notification settings - Fork 298
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
experimental support for Cody as a VS Code Web extension (#424)
Introduces a few "platform" abstractions to make it possible to run Cody as a VS Code Web extension (i.e., running in the web browser at https://vscode.dev or similar). Web extension usage is for internal development and testing only; it is not supported and may be removed at any time. See `vscode/doc/web.md` for information about this experimental, unsupported method for running Cody in VS Code Web. ## Test plan Run `cd vscode && pnpm run watch:dev:web` then open http://localhost:3000 in your web browser. You should see the Cody extension in VS Code Web.
- Loading branch information
Showing
19 changed files
with
557 additions
and
153 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.