Skip to content

Commit f4fad9c

Browse files
committed
Update extension description
1 parent 78af3d0 commit f4fad9c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

packages/vscode/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "gemini-coder",
33
"displayName": "Code Web Chat (CWC, prev. Gemini Coder)",
4-
"description": "Non-agentic 100% free & open source coding tool for AI-assisted programming.",
5-
"version": "1.6.0",
4+
"description": "Initialize any web chat with your code",
5+
"version": "1.6.1",
66
"scripts": {
77
"build": "npx vsce package --no-dependencies",
88
"vscode:prepublish": "npm run compile",

packages/vscode/src/view/frontend/tabs/chat/ChatView/ChatView.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ChatTabView.container {
1+
.container {
22
display: flex;
33
flex-direction: column;
44
overflow: auto;

0 commit comments

Comments
 (0)