We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 426256a commit 47e7e4cCopy full SHA for 47e7e4c
1 file changed
src/vs/workbench/contrib/outline/browser/outlinePanel.ts
@@ -41,7 +41,7 @@ import { ViewletPanel } from 'vs/workbench/browser/parts/views/panelViewlet';
41
import { IViewletViewOptions } from 'vs/workbench/browser/parts/views/viewsViewlet';
42
import { CollapseAction2 } from 'vs/workbench/browser/viewlet';
43
import { ACTIVE_GROUP, IEditorService, SIDE_GROUP } from 'vs/workbench/services/editor/common/editorService';
44
-import { OutlineConfigKeys, OutlineViewFiltered, OutlineViewFocused } from '../../../../editor/contrib/documentSymbols/outline';
+import { OutlineConfigKeys, OutlineViewFocused, OutlineViewFiltered } from 'vs/editor/contrib/documentSymbols/outline';
45
import { FuzzyScore } from 'vs/base/common/filters';
46
import { OutlineDataSource, OutlineItemComparator, OutlineSortOrder, OutlineVirtualDelegate, OutlineGroupRenderer, OutlineElementRenderer, OutlineItem, OutlineIdentityProvider, OutlineNavigationLabelProvider } from 'vs/editor/contrib/documentSymbols/outlineTree';
47
import { IDataTreeViewState } from 'vs/base/browser/ui/tree/dataTree';
0 commit comments