Skip to content

Commit 994538e

Browse files
committed
删除
1 parent ca3cda5 commit 994538e

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

src/controller/TreeViewController.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ import {
2525
SearchSetTypeName,
2626
RootNodeSort,
2727
SearchSetType,
28-
ISubmitEvent,
2928
SORT_ORDER,
3029
OutPutType,
3130
TestSolutionType,
@@ -924,8 +923,6 @@ class TreeViewController implements Disposable {
924923
this.searchSet = new Map<string, ISearchSet>();
925924
}
926925

927-
928-
929926
public async refreshCheck(): Promise<void> {
930927
let sbp = BABA.getProxy(BabaStr.StatusBarProxy);
931928
if (!sbp.getUser()) {

src/treeData/TreeDataService.ts

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,7 @@
1010
// import * as os from "os";
1111
import * as path from "path";
1212
import * as vscode from "vscode";
13-
import {
14-
Category,
15-
ProblemState,
16-
SearchSetType,
17-
ISubmitEvent,
18-
OutPutType,
19-
Endpoint,
20-
IQuickItemEx,
21-
} from "../model/ConstDefind";
13+
import { Category, ProblemState, SearchSetType, OutPutType, Endpoint, IQuickItemEx } from "../model/ConstDefind";
2214
import { treeViewController } from "../controller/TreeViewController";
2315
import { TreeNodeModel, TreeNodeType } from "../model/TreeNodeModel";
2416
import { choiceDao } from "../dao/choiceDao";

0 commit comments

Comments
 (0)