We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4f35e8 commit ec61d0fCopy full SHA for ec61d0f
src/model/problems.tsx
@@ -1,5 +1,4 @@
1
import * as React from 'react';
2
-import { injectable } from 'tsyringe';
3
import { IStatusBarItem } from 'mo/model/workbench/statusBar';
4
import { IPanelItem } from 'mo/model/workbench/panel';
5
import { ProblemsStatusBarView, ProblemsPaneView } from 'mo/workbench/problems';
@@ -50,7 +49,6 @@ export const PANEL_PROBLEMS: IPanelItem = {
50
49
renderPane: (item) => <ProblemsPaneView {...item} />,
51
};
52
53
-@injectable()
54
export class ProblemsModel<T> implements IProblems<T> {
55
static readonly ID = 'MO_PROBLEMS';
56
static readonly NAME = 'Problems';
0 commit comments