diff options
Diffstat (limited to 'extension')
-rw-r--r-- | extension/README.md | 15 | ||||
-rw-r--r-- | extension/react-app/src/components/Layout.tsx | 2 |
2 files changed, 15 insertions, 2 deletions
diff --git a/extension/README.md b/extension/README.md index 69bcb1f9..4a2d7892 100644 --- a/extension/README.md +++ b/extension/README.md @@ -1,9 +1,22 @@ -# Continue +<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** +</div> + +<div align="center"> + +[](https://opensource.org/licenses/Apache-2.0) +<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" /> +</a> +  +</div> + ## Task, not tab, auto-complete ### Get possible explainations diff --git a/extension/react-app/src/components/Layout.tsx b/extension/react-app/src/components/Layout.tsx index a2e54173..a3b1946a 100644 --- a/extension/react-app/src/components/Layout.tsx +++ b/extension/react-app/src/components/Layout.tsx @@ -46,7 +46,7 @@ const BottomMessageDiv = styled.div<{ displayOnBottom: boolean }>` padding: 12px; z-index: 100; box-shadow: 0px 0px 2px 0px ${vscForeground}; - max-height: 50vh; + max-height: 35vh; overflow: scroll; `; |