We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f6cf2d commit d09cd01Copy full SHA for d09cd01
2 files changed
packages/vscode/package.json
@@ -2,7 +2,7 @@
2
"name": "gemini-coder",
3
"displayName": "Code Web Chat (CWC, prev. Gemini Coder)",
4
"description": "Initialize any web chat with your code",
5
- "version": "1.47.0",
+ "version": "1.48.0",
6
"scripts": {
7
"build": "npx vsce package --no-dependencies",
8
"vscode:prepublish": "npm run compile",
packages/vscode/src/view/backend/view-provider.ts
@@ -96,7 +96,7 @@ export class ViewProvider implements vscode.WebviewViewProvider {
96
// Initialize edit format from workspace state
97
this.edit_format = this.context.workspaceState.get<EditFormat>(
98
'editFormat',
99
- 'truncated'
+ 'whole'
100
)
101
102
// Initialize home view type from workspace state
0 commit comments