This commit is contained in:
Miguel Solorio 2021-02-28 20:35:18 -08:00
Родитель 4f7814d3d2
Коммит b411911f63
2 изменённых файлов: 9 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:73f975d901120fc7f7b06cf5d6280a0b2e7dd4193e251aba74f3b2a3c087fb2f
size 2657705

Просмотреть файл

@ -103,6 +103,12 @@ We've improved caching for a local file inside a webview. If a webview reloads a
This caching currently only applies when an existing webview reloads a resource. It does not apply to newly created webviews, even if that webview belongs to an extension that previously created a similar webview.
## Default sash hover border color
In the [v1.52 release](https://code.visualstudio.com/updates/v1_52#_sash-hover-border-color) we introduced the hover border color token for sashes but did not set a default. We now show this color by default on all themes.
![Sash hover border color](./images/1_54/sash-hover-color.gif)
## Debugging
### Help text support for exception filters in the Breakpoints view