Skip to content

Commit 0d7814c

Browse files
Delete InspectionResult
1 parent f70ea71 commit 0d7814c

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

extensions/ql-vscode/src/config.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,6 @@ export class Setting {
6464
}
6565
}
6666

67-
export interface InspectionResult<T> {
68-
globalValue?: T;
69-
workspaceValue?: T;
70-
workspaceFolderValue?: T;
71-
}
72-
7367
const VSCODE_DEBUG_SETTING = new Setting("debug", undefined);
7468
export const VSCODE_SAVE_BEFORE_START_SETTING = new Setting(
7569
"saveBeforeStart",

0 commit comments

Comments
 (0)