Skip to content

Commit d09cd01

Browse files
committed
Bump version and set default edit format to 'whole'
1 parent 8f6cf2d commit d09cd01

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "gemini-coder",
33
"displayName": "Code Web Chat (CWC, prev. Gemini Coder)",
44
"description": "Initialize any web chat with your code",
5-
"version": "1.47.0",
5+
"version": "1.48.0",
66
"scripts": {
77
"build": "npx vsce package --no-dependencies",
88
"vscode:prepublish": "npm run compile",

packages/vscode/src/view/backend/view-provider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ export class ViewProvider implements vscode.WebviewViewProvider {
9696
// Initialize edit format from workspace state
9797
this.edit_format = this.context.workspaceState.get<EditFormat>(
9898
'editFormat',
99-
'truncated'
99+
'whole'
100100
)
101101

102102
// Initialize home view type from workspace state

0 commit comments

Comments
 (0)