Skip to content

Commit f00d792

Browse files
Copilotvobu
andcommitted
Address code review feedback: standardize fullValue format and remove test artifact
Co-authored-by: vobu <6573426+vobu@users.noreply.github.com>
1 parent 518e7b0 commit f00d792

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

package-lock.json

Lines changed: 0 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/commands/search.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -637,7 +637,7 @@ export async function searchVariables(options: {
637637
criteria.push(formatCriterion('value', options.iValue, true));
638638
}
639639
if (options.fullValue) {
640-
criteria.push('(with full values)');
640+
criteria.push("'fullValue' = true");
641641
}
642642
logSearchCriteria('Variables', criteria);
643643

0 commit comments

Comments
 (0)