Skip to content

2.10.0

Latest
Compare
Choose a tag to compare
@award999 award999 released this 29 Jul 12:20
· 19 commits to main since this release
bc52ec9

Added

  • Added Swiftly toolchain management support .swift-version files, and integration with the toolchain selection UI (#1717
  • Added code lenses to run suites/tests, configurable with the swift.showTestCodeLenses setting (#1698)
  • New swift.excludePathsFromActivation setting to ignore specified sub-folders from being activated as projects (#1693)
  • New swift.recordTestDuration setting to disable capturing test durations, which can improve performance of heavy test runs (#1745)
  • Add a Generate SourceKit-LSP Configuration command that creates the configuration file with versioned schema pre-populated (#1726)

Fixed

  • Run multiple times... and Run until failure... will now work when multiple tests are selected (#1724)
  • Provide the Swift environment variables when resolving a swift-plugin task (#1727)
  • Optimized test explorer for test runs with many test cases (#1734)