diff options
-rw-r--r-- | docs/docs/getting-started.md | 19 | ||||
-rw-r--r-- | docs/static/img/continue-screenshot.png | bin | 0 -> 531452 bytes | |||
-rw-r--r-- | extension/package-lock.json | 4 | ||||
-rw-r--r-- | extension/package.json | 10 |
4 files changed, 10 insertions, 23 deletions
diff --git a/docs/docs/getting-started.md b/docs/docs/getting-started.md index b7401106..afad3cce 100644 --- a/docs/docs/getting-started.md +++ b/docs/docs/getting-started.md @@ -1,20 +1,13 @@ # Getting started
-## GitHub Codespaces Demo
+## Download for VS Code
-[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/continuedev/continue-codespaces-demo?quickstart=1)
+1. Download on the VS Code Extension Marketplace [here](https://marketplace.visualstudio.com/items?itemName=Continue.continue).
-1. Click the `Open in GitHub Codespaces` badge above
+2. Once downloaded, the extension will take about 30 seconds to load, and then you can open the left sidebar, as seen below.
-:::tip
-We don't want to waste your time with install and env setup before you try Continue, so we set up a GitHub Codespace for you, which **won’t cost you anything**. If you are using GitHub Free for personal accounts, you can [use Codespaces for 120 hours per month for free](https://docs.github.com/en/billing/managing-billing-for-github-codespaces/about-billing-for-github-codespaces#monthly-included-storage-and-core-hours-for-personal-accounts)
-:::
+3. If it's your first time using Continue, it will open a file called `calculator.py` where you can play around with Continue's functionality.
-2. Select the `Create new codespace` button and wait 30-90 seconds while it launches and installs the Continue extension. Once complete, it should look like this:
+![codespaces-install](/img/continue-screenshot.png)
-![codespaces-install](/img/codespaces-install.png)
-
-## Next Steps
-
- - Read the `Getting Started` section of the `README.md` file that has been opened in your codespace, which you can also find [here](https://github.com/continuedev/continue-codespaces-demo/blob/main/README.md)
- - If you're ready to download for VS Code, you can do so [here](https://marketplace.visualstudio.com/items?itemName=Continue.continue)
\ No newline at end of file +[test file](file:///Desktop/minor_application.pdf)
diff --git a/docs/static/img/continue-screenshot.png b/docs/static/img/continue-screenshot.png Binary files differnew file mode 100644 index 00000000..de5fe8a2 --- /dev/null +++ b/docs/static/img/continue-screenshot.png diff --git a/extension/package-lock.json b/extension/package-lock.json index 64fa3660..e4387636 100644 --- a/extension/package-lock.json +++ b/extension/package-lock.json @@ -1,12 +1,12 @@ { "name": "continue", - "version": "0.0.52", + "version": "0.0.54", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "continue", - "version": "0.0.52", + "version": "0.0.54", "license": "Apache-2.0", "dependencies": { "@electron/rebuild": "^3.2.10", diff --git a/extension/package.json b/extension/package.json index bf4f5eb3..0cbe1d27 100644 --- a/extension/package.json +++ b/extension/package.json @@ -14,7 +14,7 @@ "displayName": "Continue", "pricing": "Free", "description": "Refine code 10x faster", - "version": "0.0.52", + "version": "0.0.54", "publisher": "Continue", "engines": { "vscode": "^1.74.0" @@ -65,13 +65,7 @@ } } }, - "commands": [ - { - "command": "continue.openContinueGUI", - "category": "Continue", - "title": "Open Continue GUI" - } - ], + "commands": [], "keybindings": [ { "command": "continue.focusContinueInput", |