Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Opening multiple files at once should add all of them to the MRU list #54644

Closed
sudhirdhumal289 opened this issue Jul 19, 2018 · 3 comments
Closed
Labels
feature-request Request for new features or functionality *out-of-scope Posted issue is not in scope of VS Code workbench-tabs VS Code editor tab issues

Comments

@sudhirdhumal289
Copy link

Issue Type: Bug

I had 5 files open in VS Code then clicked on last tab and opened 20 more files (selected 20 files and opened them at once). When I tried to close them VS Code always falling back (opening) the tab of 4 th files. I thought it is opening the tab previous to the current file so I swithched to last tab pressed ctrl+w and it again opened the 4th tab I want to keep pressing ctrl+w to close all 20 files at once, which is difficult in this case.

VS Code version: Code 1.25.1 (1dfc5e5, 2018-07-11T15:40:20.190Z)
OS version: Linux x64 4.15.0-23-generic

System Info
Item Value
CPUs Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz (8 x 3263)
GPU Status 2d_canvas: enabled
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
multiple_raster_threads: enabled_on
native_gpu_memory_buffers: disabled_software
rasterization: disabled_software
video_decode: unavailable_software
video_encode: enabled
vpx_decode: unavailable_software
webgl: enabled
webgl2: enabled
Load (avg) 1, 1, 1
Memory (System) 15.55GB (10.50GB free)
Process Argv /usr/share/code/code --unity-launch
Screen Reader no
VM 0%
Extensions (12)
Extension Author (truncated) Version
dart-code Dar 2.16.0
flutter Dar 2.16.0
vscode-markdownlint Dav 0.18.0
vscode-eslint dba 1.4.12
githistory don 0.4.2
gitlens eam 8.5.1
tslint eg2 1.0.34
beautify Hoo 1.3.2
cpptools ms- 0.17.6
debugger-for-chrome msj 4.8.0
java red 0.28.0
vscode-java-debug vsc 0.10.0
@vscodebot
Copy link

vscodebot bot commented Jul 19, 2018

(Experimental duplicate detection)
Thanks for submitting this issue. Please also check if it is already covered by an existing one, like:

@bpasero
Copy link
Member

bpasero commented Aug 6, 2018

@sudhirdhumal289 we maintain a most-recently-used order in the tabs and opening 20 files at once will put the last of those 20 on that stack. If you close one file, it will jump to the one you had opened before.

I can see how this behavior can be undesired in your case, but I would treat that as a feature request.

@bpasero bpasero added feature-request Request for new features or functionality workbench-tabs VS Code editor tab issues labels Aug 6, 2018
@bpasero bpasero removed their assignment Aug 6, 2018
@bpasero bpasero changed the title Can not close mutiple files at a time Opening multiple files at once should add all of them to the MRU list Aug 6, 2018
@vscodebot vscodebot bot added the *out-of-scope Posted issue is not in scope of VS Code label Oct 14, 2019
@vscodebot
Copy link

vscodebot bot commented Oct 14, 2019

This issue is being closed to keep the number of issues in our inbox on a manageable level, we are closing issues that are not going to be addressed in the foreseeable future: We look at the number of votes the issue has received and the number of duplicate issues filed. More details here. If you disagree and feel that this issue is crucial: We are happy to listen and to reconsider.

If you wonder what we are up to, please see our roadmap and issue reporting guidelines.

Thanks for your understanding and happy coding!

@vscodebot vscodebot bot closed this as completed Oct 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Request for new features or functionality *out-of-scope Posted issue is not in scope of VS Code workbench-tabs VS Code editor tab issues
Projects
None yet
Development

No branches or pull requests

2 participants