Skip to content

Commit

Permalink
fix: Fix eslint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
CGNonofr committed Jul 8, 2022
1 parent 0f6ed46 commit c0f548c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vscode-services/missing-services.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ import { LanguageFeatureRegistry } from 'vs/editor/common/languageFeatureRegistr
import { compare } from 'vs/base/common/strings'
import { IHostService } from 'vs/workbench/services/host/browser/host'
import { ILifecycleService, LifecyclePhase, StartupKind } from 'vs/workbench/services/lifecycle/common/lifecycle'
import { ILanguageDetectionService } from 'vs/workbench/services/languageDetection/common/languageDetectionWorkerService'
import { unsupported } from '../tools'
import { Services } from '../services'
import { ILanguageDetectionService } from 'vs/workbench/services/languageDetection/common/languageDetectionWorkerService'

registerSingleton(IEditorService, class EditorService implements IEditorService {
readonly _serviceBrand = undefined
Expand Down

0 comments on commit c0f548c

Please sign in to comment.