# DevTools 2.28.3 release notes

> Release notes for Dart and Flutter DevTools version 2.28.3.



The 2.28.3 release of the Dart and Flutter DevTools
includes the following changes among other general improvements.
To learn more about DevTools, check out the
[DevTools overview](https://docs.flutter.dev/tools/devtools).

This was a cherry-pick release on top of DevTools 2.28.2.
To learn about the improvements included in DevTools 2.28.2, please read the
[release notes](/tools/devtools/release-notes/release-notes-2.28.2).

## General updates

* Added a link to the new "Dive in to DevTools" YouTube
  [video](https://www.youtube.com/watch?v=_EYk-E29edo) in the bottom status bar.
  This video provides a brief tutorial for each DevTools screen.
  [#6554](https://github.com/flutter/devtools/pull/6554)

  ![Link to watch a DevTools tutorial video](/assets/images/docs/tools/devtools/release-notes/images-2.28.3/watch_tutorial_link.png "Link to watch a DevTools tutorial video")

* Added a workaround to fix copy button functionality in VSCode. - [#6598](https://github.com/flutter/devtools/pull/6598)

## Performance updates

* Disable the Raster Stats tool for the Impeller backend
  since it is not supported. - [#6616](https://github.com/flutter/devtools/pull/6616)

## VS Code Sidebar updates

* When using VS Code with a light theme, the embedded sidebar provided by
  DevTools will now also show in the light theme. - [#6581](https://github.com/flutter/devtools/pull/6581)

## Full commit history

To find a complete list of changes in this release, check out the
[DevTools git log](https://github.com/flutter/devtools/tree/v2.28.3).

