ryu1kn/vscode-annotator

View on GitHub
src/lib/app-integrator-factory.ts

Summary

Maintainability
A
2 hrs
Test Coverage

AppIntegratorFactory has 25 functions (exceeds 20 allowed). Consider refactoring.
Open

export class AppIntegratorFactory {
    private readonly _extensionContext: any;
    private _annotateCommand: AnnotateCommand;
    private _changedFilePicker: ChangedFilePicker;
    private _configStore: ConfigStore;
Severity: Minor
Found in src/lib/app-integrator-factory.ts - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status