Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
liangfung committed Dec 26, 2024
1 parent 9ec2ee0 commit e8490b5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Empty file.
10 changes: 5 additions & 5 deletions clients/vscode/src/chat/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ export function localUriToChatPanelFilepath(uri: Uri, gitProvider: GitProvider):
};
}

export function vscodeNoteCellUriToChagePanelRange(uri: Uri) {
if (uri.scheme !== "vscode-notebook-cell") return undefined;
const notebook = parseVscodeNotebookCellURI(uri);
return notebook;
}
// export function vscodeNoteCellUriToChagePanelRange(uri: Uri) {
// if (uri.scheme !== "vscode-notebook-cell") return undefined;
// const notebook = parseVscodeNotebookCellURI(uri);
// return notebook;
// }

export function chatPanelFilepathToLocalUri(filepath: Filepath, gitProvider: GitProvider): Uri | null {
if (filepath.kind === "uri") {
Expand Down

0 comments on commit e8490b5

Please sign in to comment.