const vscode = {
  window: {
    onDidChangeVisibleTextEditors: jest.fn(),
  },
};

module.exports = vscode;