Merge branch 'master' into 2.28.3
diff --git a/packages/devtools_app/release_notes/NEXT_RELEASE_NOTES.md b/packages/devtools_app/release_notes/NEXT_RELEASE_NOTES.md
index 12cdc79..fe48f5f 100644
--- a/packages/devtools_app/release_notes/NEXT_RELEASE_NOTES.md
+++ b/packages/devtools_app/release_notes/NEXT_RELEASE_NOTES.md
@@ -10,6 +10,15 @@
## 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)
+
+ 
+
+* Added a work around to fix copy button functionality in VSCode. [#6598](https://github.com/flutter/devtools/pull/6598)
+
* Enabled DevTools extensions when debugging a Dart entry point that is not
under `lib` (e.g. a unit test or integration test). Thanks to
[@bartekpacia](https://github.com/bartekpacia) for this change! -
diff --git a/packages/devtools_app/release_notes/images/open_file_performance_screen.png b/packages/devtools_app/release_notes/images/open_file_performance_screen.png
new file mode 100644
index 0000000..0f687cf
--- /dev/null
+++ b/packages/devtools_app/release_notes/images/open_file_performance_screen.png
Binary files differ
diff --git a/packages/devtools_app/release_notes/images/watch_tutorial_link.png b/packages/devtools_app/release_notes/images/watch_tutorial_link.png
new file mode 100644
index 0000000..f0ef457
--- /dev/null
+++ b/packages/devtools_app/release_notes/images/watch_tutorial_link.png
Binary files differ