summaryrefslogtreecommitdiff
path: root/extension
diff options
context:
space:
mode:
Diffstat (limited to 'extension')
-rw-r--r--extension/README.md4
-rw-r--r--extension/package-lock.json4
-rw-r--r--extension/package.json2
-rw-r--r--extension/scripts/continuedev-0.1.1-py3-none-any.whlbin55024 -> 55076 bytes
4 files changed, 5 insertions, 5 deletions
diff --git a/extension/README.md b/extension/README.md
index 73f2df3e..7fa8022b 100644
--- a/extension/README.md
+++ b/extension/README.md
@@ -1,6 +1,6 @@
# Continue
-**[Continue](https://continue.dev/docs) is the open-source library for accelerating software development with language models**
+**[Continue](https://continuedev.netlify.app/docs) is the open-source library for accelerating software development with language models**
The Continue VS Code extension lets you make edits with natural langauge, ask questions of your codebase, automatically generate unit tests, and more. Beyond the built-in functionality, you can easily write your own recipes to automate the most repetitive sequences of tasks in your workflow.
@@ -15,7 +15,7 @@ To test a few common recipes, open a blank python file and try the following:
- /pytest to write Pytest unit tests in a separate file
- Ask in natural language for a new method
-See [here](https://continue.dev/docs/concepts/recipe) for the full list of recipes currently available to use.
+See [here](https://continuedev.netlify.app/docs/concepts/recipe) for the full list of recipes currently available to use.
You can find the Continue GitHub repo [here](https://github.com/continuedev/continue)
diff --git a/extension/package-lock.json b/extension/package-lock.json
index 74720d3e..ed140937 100644
--- a/extension/package-lock.json
+++ b/extension/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "continue",
- "version": "0.0.18",
+ "version": "0.0.19",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "continue",
- "version": "0.0.18",
+ "version": "0.0.19",
"license": "Apache-2.0",
"dependencies": {
"@electron/rebuild": "^3.2.10",
diff --git a/extension/package.json b/extension/package.json
index a18250d3..dd15157d 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.18",
+ "version": "0.0.19",
"publisher": "Continue",
"engines": {
"vscode": "^1.74.0"
diff --git a/extension/scripts/continuedev-0.1.1-py3-none-any.whl b/extension/scripts/continuedev-0.1.1-py3-none-any.whl
index bf3da609..043b0c06 100644
--- a/extension/scripts/continuedev-0.1.1-py3-none-any.whl
+++ b/extension/scripts/continuedev-0.1.1-py3-none-any.whl
Binary files differ