This commit is contained in:
Alex Ross 2020-12-07 17:25:31 +01:00
Родитель 31513b74b4
Коммит 68e4bf5e0f
2 изменённых файлов: 4 добавлений и 4 удалений

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

@ -251,7 +251,7 @@ The built-in npm extension's setting `npm.packageManager` has a new default valu
The tasks quickpick has always had a "Recent Tasks" section at the top. Since this is a valuable place, you can now better curate your recent tasks by removing them from that section.
![Remove recent task](images\1_52\remove-recent-task.gif)
![Remove recent task](images/1_52/remove-recent-task.gif)
## Extensions
@ -605,7 +605,7 @@ The API for using markdown for `tooltip` on `TreeItem` has been finalized. You c
The long awaited `TreeItemLabel` API has been finalized. This API can be used to set highlights on the `label` of a `TreeItem`. You can see it in action in the References view.
![Tree item hightlights](images\1_52\tree-item-highlights.png)
![Tree item hightlights](images/1_52/tree-item-highlights.png)
### listDoubleSelection and listMultiSelection

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

@ -21,8 +21,8 @@ On linux remotes, ports are now forwarded automatically by detecting new process
When a forwarded port has a process listening on it, a substring of that process will now show in the view.
![Ports view with no process](images\1_52\ports-view-no-process.png)
![Ports view with a process](images\1_52\ports-view-with-process.png)
![Ports view with no process](images/1_52/ports-view-no-process.png)
![Ports view with a process](images/1_52/ports-view-with-process.png)
### Server startup performance