Skip to content

Commit

Permalink
Update src/extension.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Peter Donovan <[email protected]>
  • Loading branch information
vinzbarbuto and petervdonovan authored Jul 16, 2024
1 parent ec3e44d commit d18dad3
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ import * as config from './config';
import { registerBuildCommands, registerNewFileCommand } from './build_commands';
import * as checkDependencies from './check_dependencies';
import { LFDataProvider, LFDataProviderNode, LFDataProviderNodeType} from './lfview/lf-data-provider';
import { registerCollapseAllCommand,
registerCollapseAllLibraryCommand,
registerGoToFileCommand,
registerGoToLibraryFileCommand,
registerImportReactorCommand,
registerImportLibraryReactorCommand,
registerOpenInSplitViewCommand,
registerOpenLibraryInSplitViewCommand,
registerRefreshCommand,
import { registerCollapseAllCommand,
registerCollapseAllLibraryCommand,
registerGoToFileCommand,
registerGoToLibraryFileCommand,
registerImportReactorCommand,
registerImportLibraryReactorCommand,
registerOpenInSplitViewCommand,
registerOpenLibraryInSplitViewCommand,
registerRefreshCommand,
registerRefreshLibraryCommand } from './lfview/lf-data-provider-commands';
import * as extensionVersion from './extension_version';

Expand Down

0 comments on commit d18dad3

Please sign in to comment.