• M
    Fix Recent list in dock does not show recent files/folders #74788 (#75108) · 39947c72
    malingyan2017 提交于
    * Fix Recent list in dock does not show recent files/folders #74788
    
    macOS only shows recent list with max number based on sytem config. It takes bottom n entries from the list added through Electron app.addRecentDocument. To match macOS dock recent list with VSCode internal recent list, this change add items into macOS recent document list in reverse order of internal recent list.
    
    * remove dock recent entries limit
    
    * add entry of folder (5) back to allow show some files
    
    * fix showsing wrong folders in recentlist
    
    * simplify adding platform RecentDocument in macOS
    
    * update based on bpasero suggestion
    
    * set max entries
    
    * rename macro
    39947c72
可在Tags中查看这些版本中当前仓库的状态.
historyMainService.ts 14.0 KB