Constructors

Properties

fileSearchService: FileSearchService
fsPreferences: FileSystemPreferences
keybindingRegistry: KeybindingRegistry
labelProvider: LabelProvider
messageService: MessageService
navigationLocationService: NavigationLocationService
openerService: OpenerService
preferences: PreferenceService
quickAccessRegistry: QuickAccessRegistry
quickInputService: QuickInputService
workspaceService: WorkspaceService
Scores: {
    exact: number;
    max: number;
    partial: number;
} = ...

The score constants when comparing file search results.

Type declaration

  • exact: number
  • max: number
  • partial: number

Methods