From 072ddc12f0233da3c0fc7dfcf19653a6283027f4 Mon Sep 17 00:00:00 2001 From: Ornella Altunyan Date: Tue, 30 Mar 2021 12:54:45 -0700 Subject: [PATCH] Image review --- release-notes/images/1_55/brand-icon-exploration.png | 4 ++-- release-notes/images/1_55/brand-icon-insiders.png | 4 ++-- release-notes/images/1_55/brand-icon-stable.png | 4 ++-- .../images/1_55/notebook-multi-cells-selection-dnd.gif | 4 ++-- .../images/1_55/notebook-multi-cells-selection.gif | 4 ++-- release-notes/images/1_55/notebook-multiselect-border.gif | 4 ++-- release-notes/v1_55.md | 6 ------ 7 files changed, 12 insertions(+), 18 deletions(-) diff --git a/release-notes/images/1_55/brand-icon-exploration.png b/release-notes/images/1_55/brand-icon-exploration.png index c513628df..850faa71c 100644 --- a/release-notes/images/1_55/brand-icon-exploration.png +++ b/release-notes/images/1_55/brand-icon-exploration.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7bc7ffbba73b49aca6253b14525c2d097c2dca34491a935a43edf17408322703 -size 29439 +oid sha256:66a288bb417d2eba66bc699e9dfc11e8a2acfd76a05b36a027c6e4d5743ad1a9 +size 13741 diff --git a/release-notes/images/1_55/brand-icon-insiders.png b/release-notes/images/1_55/brand-icon-insiders.png index 796bd2f5b..eccb1f33c 100644 --- a/release-notes/images/1_55/brand-icon-insiders.png +++ b/release-notes/images/1_55/brand-icon-insiders.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1b4a23194e6dfc06b90f1632cbbff589850e294d020c37c375f11801674eda94 -size 28825 +oid sha256:42d8d22ee3f002a215af8bf85c5d20cd2daaddc0a7a617e6127dff57ca92a1e6 +size 14402 diff --git a/release-notes/images/1_55/brand-icon-stable.png b/release-notes/images/1_55/brand-icon-stable.png index 3f83dec42..c7f3236d2 100644 --- a/release-notes/images/1_55/brand-icon-stable.png +++ b/release-notes/images/1_55/brand-icon-stable.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:26cf079fbb9b660460420231c4b344797db9bca8fd8e3c763790aaa49e1ff18e -size 29368 +oid sha256:7917894366a0a141c349f5f481193ece4fd66d2ccf8d8b2f9a07ffa8cd4fd6db +size 14412 diff --git a/release-notes/images/1_55/notebook-multi-cells-selection-dnd.gif b/release-notes/images/1_55/notebook-multi-cells-selection-dnd.gif index 74eb9ffb1..373391708 100644 --- a/release-notes/images/1_55/notebook-multi-cells-selection-dnd.gif +++ b/release-notes/images/1_55/notebook-multi-cells-selection-dnd.gif @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a45a9c9f01956681d5edc2d8a335d11886f532b92dfb58d7dbfce1af52ec8c6f -size 213035 +oid sha256:5402ca77ed5381762a4c90f8d978ea6f8cbd5500c6a2176afb680b76813eab37 +size 200639 diff --git a/release-notes/images/1_55/notebook-multi-cells-selection.gif b/release-notes/images/1_55/notebook-multi-cells-selection.gif index dc59c358c..7d1a694ad 100644 --- a/release-notes/images/1_55/notebook-multi-cells-selection.gif +++ b/release-notes/images/1_55/notebook-multi-cells-selection.gif @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cdef301b6bafcb43fcc9dcb84125f7a517c512c23d6244b8742e98e040d508d0 -size 784659 +oid sha256:2ed7ef1997801616b96607287693e109d26c33e5f6ae8b2e98685779b263eb2c +size 750346 diff --git a/release-notes/images/1_55/notebook-multiselect-border.gif b/release-notes/images/1_55/notebook-multiselect-border.gif index eedbb1be2..36ca952bb 100644 --- a/release-notes/images/1_55/notebook-multiselect-border.gif +++ b/release-notes/images/1_55/notebook-multiselect-border.gif @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c539e5b8347cdf2bb0d5e85a46aee5e3b9f4f03ece37221a1d609ccf24268a8d -size 2656827 +oid sha256:b5dc077be80af1fbf097842467b4ff686cfdb901a57d71a0d4a6c064c8a4f6a6 +size 1250396 diff --git a/release-notes/v1_55.md b/release-notes/v1_55.md index 71cb26261..34093fe19 100644 --- a/release-notes/v1_55.md +++ b/release-notes/v1_55.md @@ -238,12 +238,6 @@ We have heard from users that when reviewing changes in a Notebook, the modifica ## Preview features -### Getting Started - -We are continuing an overhaul of our default startup editor in order to provide relevant extension-contributed tips and walkthroughs, intended to make both core VS Code features and extension contributions more approachable to new users. Many Insiders users may have already seen it, and it will be slowly rolled out to more Stable users over the course of this iteration. You can always opt in or out of the new behavior by modifying the `workbench.startupEditor` setting to or away from `gettingStarted`. - -![Getting Started experience walkthrough](./images/1_55/getting-started.gif) - ### Continued improvements to extensible Markdown renderers in Notebooks We continued improving our support extending the Markdown renderer in Notebooks. Our focus this iteration was improving performance of the new renderers. We also fixed many regressions that the new renders introduced.