Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Jan 27, 2025
1 parent 74826f3 commit 11e615b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion clients/vscode/src/inline-edit/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -328,4 +328,4 @@ export const getOpenTabs = () => {
group.tabs.map((tab) => (tab.input instanceof TabInputText ? workspace.asRelativePath(tab.input.uri) : null)),
)
.filter((item): item is string => item !== null);
};
};
2 changes: 0 additions & 2 deletions clients/vscode/src/inline-edit/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ export const parseInput = (input: string): InlineChatParseResult => {
};
};



export const replaceLastOccurrence = (str: string, substrToReplace: string, replacementStr: string): string => {
const lastIndex = str.lastIndexOf(substrToReplace);

Expand Down

0 comments on commit 11e615b

Please sign in to comment.