Skip to content

Latest commit

 

History

History
83 lines (48 loc) · 2.21 KB

File metadata and controls

83 lines (48 loc) · 2.21 KB

Changelog

1.3.0

  • Adds FVM support #9
    • New setting, dartBuildRunnerTools.fvmSupport
      • fvm-binary — tries to use the Dart SDK provided by FVM.
      • fvm-exec — runs fvm exec dart.
      • no-support — runs the Dart SDK directly.

1.2.5

  • Fix the Workspace Type not being storable in context.workspaceState (see #7)
  • Update content and metadata

1.2.4

  • Use correct path separators when reading / analyzing file system.

1.2.3

  • Improve error messages.

1.2.2

  • Fix the bug with part files build-filters being sliced when not needed.

1.2.1

  • Add logo

1.2.0

  • Support for non-root projects. The extension now works with workspaces where packages are not located in the root directory.
  • Monorepo support. If your workspace contains multiple pubspec.yaml files, you can run code generation on specific projects or across all of them.

1.1.1

  • Fix deleteConflictingOuputs being non-configurable & ignored.

1.1.0

Introducing build_runner Menu

  • Open the build_runner menu by using a default keybinding ctrl+b + ctrl+r.

  • This menu allows you to build/watch part files / this file or run build_runner on the whole workspace.

  • It can also be found in the top right of the navigation bar when a .dart file is opened.

    Menu

Context Menu

  • Actions in the context menu are now groupped:

    • build / watch this file,
    • build / watch part files.
  • For single files, terminal window is now reused. E.g. we will spawn one terminal per file. For multiple files, we will still spawn multiple terminal windows.

    Context menu

1.0.5

  • Downgrade the minimum VS Code version.

1.0.4

  • Allow to run build / watch this on folders.

1.0.3

  • Fix multi select issues
  • Provide showcase GIFs

1.0.2

  • README updates

1.0.1

  • README updates

1.0.0

  • Initial release