Skip to content

Commit 93d1b85

Browse files
committed
fix: Application Logs search should be case sensitive
1 parent ca5c844 commit 93d1b85

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugins/plugin-codeflare/src/components/Terminal.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,7 @@ export default class XTerm extends React.PureComponent<Props, State> {
257257
/** Note: decorations need to be enabled in order for our `onSearch` handler to be called */
258258
private searchOptions: ISearchOptions = {
259259
regex: true,
260+
caseSensitive: true,
260261
decorations: { matchOverviewRuler: "orange", activeMatchColorOverviewRuler: "green" }, // placeholder; see injectTheme above
261262
}
262263

0 commit comments

Comments
 (0)