Delete InspectionResult

This commit is contained in:
Robert
2023-07-21 14:54:21 +01:00
parent f70ea71885
commit 0d7814c778

View File

@@ -64,12 +64,6 @@ export class Setting {
}
}
export interface InspectionResult<T> {
globalValue?: T;
workspaceValue?: T;
workspaceFolderValue?: T;
}
const VSCODE_DEBUG_SETTING = new Setting("debug", undefined);
export const VSCODE_SAVE_BEFORE_START_SETTING = new Setting(
"saveBeforeStart",