summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/docs/how-continue-works.md4
-rw-r--r--extension/react-app/src/pages/history.tsx2
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>