This commit is contained in:
Greg Van Liew 2019-12-11 16:34:02 -08:00
Родитель 1058241630
Коммит 05e0daa406
3 изменённых файлов: 6 добавлений и 4 удалений

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

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f509d141c7d5d700f5d67b13a0cc6ee85dc246cc8808a5982e8f7a78466323f7
size 79586
oid sha256:7025665b257730c90bb2840b9455f34cddf9257747415fe208e139262e70a226
size 155212

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

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:db2a1b9c63011095c034716bd13848d0684f428deb9c7b99645c64bcb63ffa6b
size 61042
oid sha256:0a02d8abc2cd309cb038c0978cda61cb7a579b185765e70cabf393b2b354f326
size 130218

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

@ -129,6 +129,8 @@ You can set `search.collapseResults` to `auto` to revert to the old behavior.
Errors and warnings are now highlighted inline in the minimap (code overview). You can change the color of these decorations with the new `minimap.errorHighlight` and `minimap.warningHighlight` theme colors.
Below you can see the minimap highlighting a subtle missing comma typo:
![Minimap error and warning decorations](images/1_41/minimap-errors-and-warnings.png)
Content changes decorations are also shown in the gutter of the minimap, and can be themed with the `minimapGutter.addedBackground`, `minimapGutter.modifiedBackground`, and `minimapGutter.deletedBackground`.