Skip to content

v0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Sep 13:47
· 249 commits to master since this release
65d60a1

Breaking Changes

Features

  • Take search.exclude and file.exclude settings into account when caching workspace #116 (Svyat Sobol)

Bug Fixes

Code Refactoring

  • Rename createQuickPick -> createDailyQuickPick (Svyat Sobol)
  • Rename configuration options (Svyat Sobol)
  • Rename getConfigProperty -> getMemoConfigProperty (Svyat Sobol)

Tests

  • Fix flaky tests (Svyat Sobol)
  • Get rid of toMatchInlineSnapshot in createDailyQuickPick.spec.ts (Svyat Sobol)

Chores