windows - How to delete recent opened file session on Visual Studio Code? -
i opened few files during coding (both files in project , out project). after that, close few in (by ctrl+w
, click 'x' button). when type ctrl+tab
, see opened files.
i try restart vscode, restart windows nothing change.
how close unnecessary files?
i use vs code 1.0 + windows 10.
edit: feature added in new versions
i mistaken don't want delete, "clear" opened files. if case, follow these steps in regards vs code version 1.15.0:
- press ctrl + p
- then, within quick open bar, type in
>clear opened
- press enter, restart visual studio code, , should see nothing under recent.
Comments
Post a Comment