Skip to content

refactor: remove legacy selected projects

Tomas Vik requested to merge tv/2023-10/remove-legacy-migration into main

Description

This MR removes legacy logic from the extension. The main motivator is that in the last two months we created more dependencies on the deprecated and imprecise AccountService.getOneAccountForInstance().


Year and a half ago, we used a different format for storing selected projects. This format has been deprecated after roughly a month. This logic is not being used anymore.

Related Issues

!534 (merged)

How has this been tested?

I validated that the extension still starts and works with selected projects.

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