Skip to content

Commit

Permalink
Added logo + update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hieunc229 committed Jun 30, 2021
1 parent 4b69d50 commit 1e7789e
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Copilot clone
![Captain Stack](./logo.svg)

A clone version of [Github Copilot](https://copilot.github.com/). Instead of using AI, this extension send your search query to google, retrive stackoverflow answers and autocomplete them for you.
# Captain Stack — Code suggestion for VSCode

A clone version of [Github Copilot](https://copilot.github.com/). Instead of using AI, this extension send your search query to google, thenretrive stackoverflow answers and autocomplete them for you.

Note: ⚠️ This sample can only be used for extension development in [Insider release](https://code.visualstudio.com/insiders/). You cannot publish extensions using Proposed API. **Meaning it's not gonna work on VSCode. You'll need to download and use the [VSCode Insider](https://code.visualstudio.com/insiders/) version**

Expand Down
30 changes: 30 additions & 0 deletions logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"enableProposedApi": true,
"name": "copilot-clone",
"displayName": "Copilot Clone",
"displayName": "Captain Stack",
"description": "Find snippets codes from Stackoverflow",
"version": "0.0.1",
"publisher": "hieunc229",
Expand Down

0 comments on commit 1e7789e

Please sign in to comment.