diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-09-17 22:15:06 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-09-17 22:15:06 -0700 |
commit | 7c69888165123af68ad1e27bfe2c22d7a02ec8e5 (patch) | |
tree | 78037b5d1da9c0e01a942a105eaf4a50eb977198 | |
parent | 0b2a23a1d003c88a9f2f6c4b03117d815b1c456d (diff) | |
download | sncontinue-7c69888165123af68ad1e27bfe2c22d7a02ec8e5.tar.gz sncontinue-7c69888165123af68ad1e27bfe2c22d7a02ec8e5.tar.bz2 sncontinue-7c69888165123af68ad1e27bfe2c22d7a02ec8e5.zip |
temporarily remove jetbrains from docs
-rw-r--r-- | docs/docs/how-continue-works.md | 4 | ||||
-rw-r--r-- | extension/react-app/src/pages/history.tsx | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/docs/how-continue-works.md b/docs/docs/how-continue-works.md index ab812a13..88665c9c 100644 --- a/docs/docs/how-continue-works.md +++ b/docs/docs/how-continue-works.md @@ -19,11 +19,11 @@ Continue can be used as a VS Code extension. You can install it from the Visual Studio Marketplace [here](https://marketplace.visualstudio.com/items?itemName=Continue.continue).
-### JetBrains (Alpha)
+<!-- ### JetBrains (Alpha)
Continue can be used as a plugin inside of PyCharm, Intellij, WebStorm, etc.
-You can install it from the JetBrains Marketplace [here](https://continue.dev/).
+You can install it from the JetBrains Marketplace [here](https://continue.dev/). -->
### Add Continue to a new IDE
diff --git a/extension/react-app/src/pages/history.tsx b/extension/react-app/src/pages/history.tsx index 8582a40f..b901dd55 100644 --- a/extension/react-app/src/pages/history.tsx +++ b/extension/react-app/src/pages/history.tsx @@ -127,7 +127,7 @@ function History() { minute: "numeric", })} {" | "} - {lastPartOfPath(session.workspace_directory || "")} + {lastPartOfPath(session.workspace_directory || "")}/ </div> </TdDiv> </td> |