1. 12 5月, 2021 2 次提交
  2. 11 5月, 2021 1 次提交
  3. 04 5月, 2021 2 次提交
    • T
      refactor: hide rawRepository as an implementation detail · 84fb3f86
      Tomas Vik 提交于
      Lets start with fully encapsulating the `Repository` in the wrapper.
      We should only consider making it a part of the public interface if
      we start exposing too many `Repository` methods.
      
      The bulk of this commit is changing tests so they can handle not having
      access to the rawRepository.
      84fb3f86
    • T
      refactor: provide methods for getting active repositories · 3fab05d1
      Tomas Vik 提交于
      And add integration tests which use actual running extension to validate
      that we can select the repositories. The new methods have the same
      purpose as the now-deprecated `getCurrentWorkspaceFolder` and
      `getCurrentWorkspaceFolderOrSelectOne`.
      3fab05d1
  4. 30 4月, 2021 1 次提交