File tree Expand file tree Collapse file tree
packages/vscode/src/commands Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ Generate meaningful summaries of changes adhering to your preferred style.
9494
9595### Refactoring
9696
97- - ` Code Web Chat: Refactor Active Editor ` - Refactor currently active editor based on natural language instructions .
97+ - ` Code Web Chat: Refactor Active Editor ` - Refactor currently active editor without attaching context .
9898
9999### Version Control
100100
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ export const refactor_active_editor_command = (
103103
104104 if ( updated_content ) {
105105 const original_state : OriginalFileState = {
106- file_path,
106+ file_path : vscode . workspace . asRelativePath ( document . uri ) ,
107107 content : original_content ,
108108 is_new : false ,
109109 workspace_name : vscode . workspace . getWorkspaceFolder ( document . uri )
You can’t perform that action at this time.
0 commit comments