diff options
author | Ty Dunn <ty@tydunn.com> | 2023-10-05 15:03:12 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-05 15:03:12 -0700 |
commit | 5451a277b758f8b6fcad54e812e110d6e728b220 (patch) | |
tree | a044101962ecb124c5f1e5004ad43a5eb6c554f0 /extension | |
parent | 563336d5ca7d92c829ba522ef24ab7f4eeb2719d (diff) | |
download | sncontinue-5451a277b758f8b6fcad54e812e110d6e728b220.tar.gz sncontinue-5451a277b758f8b6fcad54e812e110d6e728b220.tar.bz2 sncontinue-5451a277b758f8b6fcad54e812e110d6e728b220.zip |
adding refs to jetbrains (#520)
Diffstat (limited to 'extension')
-rw-r--r-- | extension/README.md | 19 |
1 files changed, 14 insertions, 5 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)** + + <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"> -[](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> - +<p></p> + + </div> |