summaryrefslogtreecommitdiff
path: root/extension
diff options
context:
space:
mode:
authorNate Sesti <sestinj@gmail.com>2023-10-05 15:47:54 -0700
committerNate Sesti <sestinj@gmail.com>2023-10-05 15:47:54 -0700
commit412b9c12eb6eaa31f9fb099e1aeda736c8299c7f (patch)
treee10319370d11a72286ad2454b1c7e854c8adc7cb /extension
parent0647a43a24c50ff0e52f23c49d979bddfcfbcd87 (diff)
parent5451a277b758f8b6fcad54e812e110d6e728b220 (diff)
downloadsncontinue-412b9c12eb6eaa31f9fb099e1aeda736c8299c7f.tar.gz
sncontinue-412b9c12eb6eaa31f9fb099e1aeda736c8299c7f.tar.bz2
sncontinue-412b9c12eb6eaa31f9fb099e1aeda736c8299c7f.zip
Merge branch 'main' of https://github.com/continuedev/continue
Diffstat (limited to 'extension')
-rw-r--r--extension/README.md19
-rw-r--r--extension/package-lock.json4
-rw-r--r--extension/package.json2
3 files changed, 17 insertions, 8 deletions
diff --git a/extension/README.md b/extension/README.md
index 8c4d1d6c..9f9d32ce 100644
--- a/extension/README.md
+++ b/extension/README.md
@@ -1,21 +1,30 @@
-> šŸŽ **New!: [Use Code Llama with Continue](https://continue.dev/docs/walkthroughs/codellama)**
+> šŸŽ **New! [Try out the new JetBrains extension (Alpha)](https://plugins.jetbrains.com/plugin/22707-continue-extension)**
+
+![Continue logo](c_d.png)
<h1 align="center">Continue</h1>
<div align="center">
-**[Continue](https://continue.dev/docs) is the open-source autopilot for software developmentā€”a [VS Code extension](https://marketplace.visualstudio.com/items?itemName=Continue.continue) that brings the power of ChatGPT to your IDE**
+**[Continue](https://continue.dev/docs) is the open-source autopilot for software developmentā€”an IDE extension that brings the power of ChatGPT to [VS Code](https://marketplace.visualstudio.com/items?itemName=Continue.continue) and [JetBrains](https://plugins.jetbrains.com/plugin/22707-continue-extension)**
</div>
<div align="center">
-[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
+<a target="_blank" href="https://opensource.org/licenses/Apache-2.0" style="background:none">
+ <img src="https://img.shields.io/badge/License-Apache_2.0-blue.svg" style="height: 36px;" />
+</a>
+<a target="_blank" href="https://continue.dev/docs" style="background:none">
+ <img src="https://img.shields.io/badge/continue_docs-%23BE1B55" style="height: 36px;" />
+</a>
<a target="_blank" href="https://discord.gg/vapESyrFmJ" style="background:none">
-<img src="https://img.shields.io/badge/discord-join-continue.svg?labelColor=191937&color=6F6FF7&logo=discord" />
+ <img src="https://img.shields.io/badge/discord-join-continue.svg?labelColor=191937&color=6F6FF7&logo=discord" style="height: 36px;" />
</a>
-![Editing with Continue](https://github.com/continuedev/continue/blob/main/readme.gif?raw=true)
+<p></p>
+
+![Editing With Continue](readme.gif)
</div>
diff --git a/extension/package-lock.json b/extension/package-lock.json
index 18a7120d..09e4eaa4 100644
--- a/extension/package-lock.json
+++ b/extension/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "continue",
- "version": "0.0.410",
+ "version": "0.0.411",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "continue",
- "version": "0.0.410",
+ "version": "0.0.411",
"license": "Apache-2.0",
"dependencies": {
"@electron/rebuild": "^3.2.10",
diff --git a/extension/package.json b/extension/package.json
index e7081931..287289d6 100644
--- a/extension/package.json
+++ b/extension/package.json
@@ -1,7 +1,7 @@
{
"name": "continue",
"icon": "media/icon.png",
- "version": "0.0.410",
+ "version": "0.0.411",
"repository": {
"type": "git",
"url": "https://github.com/continuedev/continue"