Skip to content

Commit

Permalink
[M] Keep the visibility of search field #47
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrnperl committed Oct 21, 2023
1 parent 5b945bf commit bed99c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extension/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import {
import { OutlineView } from './outline';

import { OutlineViewCommandList, WorkspaceCommandList } from './commands';
import { ScrollMsg } from '../common';
import { FocusMsg, ScrollMsg } from '../common';
import { config } from './config';
import { debounce, throttle } from '../utils';
import { WorkspaceSymbols } from './workspace';
Expand Down

0 comments on commit bed99c9

Please sign in to comment.