neoclide / coc.nvim

Nodejs extension host for vim & neovim, load extensions like VSCode and host language servers.
Other
24.15k stars 953 forks source link

fix(list): update lastSession when resume list by name #4997

Closed aispeaking closed 2 months ago

aispeaking commented 2 months ago

List action works on lastSession. When resuming a named list which is not the lastSession, it should update the lastSession.

This fix #4971 case2.

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 98.55%. Comparing base (2ec3166) to head (89be587).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #4997 +/- ## ======================================= Coverage 98.55% 98.55% ======================================= Files 273 273 Lines 26071 26072 +1 Branches 5390 5390 ======================================= + Hits 25693 25696 +3 + Misses 221 218 -3 - Partials 157 158 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.