Skip to content

Commit 1e523e9

Browse files
glodonglodon
authored andcommitted
fixes #150 Cannot search word in vs code extension
1 parent 56570f3 commit 1e523e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vscode-ext/extension.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ function activate(context) {
2929
`${path.basename(currentPath)} (Git History)`,
3030
vscode.ViewColumn.One,
3131
{
32+
enableFindWidget: true,
3233
enableScripts: true,
3334
retainContextWhenHidden: true,
3435
localResourceRoots: [

0 commit comments

Comments
 (0)