mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Fixes
This commit is contained in:
parent
e554cf7ae7
commit
0d09897aa6
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ import * as vscode from "vscode"
|
|||
*/
|
||||
function detectCodeOmission(fileContent: string): boolean {
|
||||
const lines = fileContent.split("\n")
|
||||
const omissionKeywords = ["remain", "remains", "unchanged", "rest", "existing", "previous", "..."]
|
||||
const omissionKeywords = ["remain", "remains", "unchanged", "rest", "previous", "..."]
|
||||
|
||||
const commentPatterns = [
|
||||
/^\s*\/\//, // Single-line comment for most languages
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue