Skip to content

Commit

Permalink
fixes #150 Cannot search word in vs code extension
Browse files Browse the repository at this point in the history
  • Loading branch information
glodon authored and glodon committed Jul 5, 2024
1 parent 56570f3 commit 1e523e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vscode-ext/extension.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ function activate(context) {
`${path.basename(currentPath)} (Git History)`,
vscode.ViewColumn.One,
{
enableFindWidget: true,
enableScripts: true,
retainContextWhenHidden: true,
localResourceRoots: [
Expand Down

0 comments on commit 1e523e9

Please sign in to comment.