Delete vsCodeGetConfiguration
This commit is contained in:
@@ -162,7 +162,6 @@ const packageConfiguration: Record<
|
|||||||
};
|
};
|
||||||
})();
|
})();
|
||||||
|
|
||||||
export const vsCodeGetConfiguration = workspace.getConfiguration;
|
|
||||||
export let vscodeGetConfigurationMock: jest.SpiedFunction<
|
export let vscodeGetConfigurationMock: jest.SpiedFunction<
|
||||||
typeof workspace.getConfiguration
|
typeof workspace.getConfiguration
|
||||||
>;
|
>;
|
||||||
|
|||||||
Reference in New Issue
Block a user