summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorTy Dunn <ty@tydunn.com>2023-10-05 15:03:12 -0700
committerGitHub <noreply@github.com>2023-10-05 15:03:12 -0700
commit5451a277b758f8b6fcad54e812e110d6e728b220 (patch)
treea044101962ecb124c5f1e5004ad43a5eb6c554f0 /CONTRIBUTING.md
parent563336d5ca7d92c829ba522ef24ab7f4eeb2719d (diff)
downloadsncontinue-5451a277b758f8b6fcad54e812e110d6e728b220.tar.gz
sncontinue-5451a277b758f8b6fcad54e812e110d6e728b220.tar.bz2
sncontinue-5451a277b758f8b6fcad54e812e110d6e728b220.zip
adding refs to jetbrains (#520)
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 17da6562..c6743093 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -113,6 +113,10 @@ The starting point for the VS Code extension is [activate.ts](./extension/src/ac
3. Load the Continue GUI in the sidebar of the IDE and begin a new session
+### Continue JetBrains Client
+
+The JetBrains extension is currently in alpha testing. Please reach out on [Discord](https://discord.gg/vapESyrFmJ) if you are interested in contributing to its development.
+
### Continue IDE Websockets Protocol
On the IDE side, this is implemented in [continueIdeClient.ts](./extension/src/continueIdeClient.ts). On the server side, this is implemented in [ide.py](./continuedev/src/continuedev/server/ide.py). You can see [ide_protocol.py](./continuedev/src/continuedev/server/ide_protocol.py) for the protocol definition.