Skip to content

chore: remove unused jest-mock-vscode dependency

Tomas Vik requested to merge tv/2024-03/remove-mock-vscode into main

Description

The package contains mainly untested mocked VS Code API implementation. https://github.com/streetsidesoftware/jest-mock-vscode

We chose not to use it in the past (cc @ealcantara I vaguely remember something code-suggestions related where we chose not to use their implementation (possible text editor/document 🤔 )

This dependency is not used ATM so this MR removes it. If we need it for something, we can discuss adding it again.

How has this been tested?

CI passes, it's only a test library.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation
  • Chore (Related to CI or Packaging to platforms)
  • Test gap

Merge request reports

Loading