Skip to content

Commit

Permalink
[A] workspace symbols list support
Browse files Browse the repository at this point in the history
- Added a tree view to show some symbols in the current workspace.
- Support add or remove symbols in the tree view.
  • Loading branch information
Gerrnperl committed Oct 21, 2023
1 parent eb69ce2 commit 5b945bf
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 { FocusMsg, ScrollMsg } from '../common';
import { ScrollMsg } from '../common';
import { config } from './config';
import { debounce, throttle } from '../utils';
import { WorkspaceSymbols } from './workspace';
Expand Down

0 comments on commit 5b945bf

Please sign in to comment.