microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
163.95k stars 29.18k forks source link

Make open files always in a new tab by default #209752

Closed tony95271 closed 4 months ago

tony95271 commented 6 months ago

Does this issue occur when all extensions are disabled?: Yes/No

Version: 1.88.0 (user setup) Commit: 5c3e652f63e798a5ac2f31ffd0d863669328dc4c Date: 2024-04-03T13:26:18.741Z Electron: 28.2.8 ElectronBuildId: 27744544 Chromium: 120.0.6099.291 Node.js: 18.18.2 V8: 12.0.267.19-electron.0 OS: Windows_NT x64 10.0.22631

Steps to Reproduce:

  1. download the latest VSCode from official site
  2. start it without old config

Jesus Christ, please make open files always in a new tab by default. It should not be a feature of VSCode; it's obviously a goddamn bug because 99.999% of people use it for coding, not for previewing files in only one tab.

VSCode should be zero-config and easy to use out of the box.

See also

vscodenpa commented 6 months ago

This feature request is now a candidate for our backlog. The community has 60 days to upvote the issue. If it receives 20 upvotes we will move it to our backlog. If not, we will close it. To learn more about how we handle feature requests, please see our documentation.

Happy Coding!

Number-3434 commented 6 months ago

You can use a setting to disable preview mode:

workbench.editor.enablePreview false

You can also double-click the file.

P.S. most people actually have the opposite problem; they want it to never open in a new tab.

vscodenpa commented 5 months ago

This feature request has not yet received the 20 community upvotes it takes to make to our backlog. 10 days to go. To learn more about how we handle feature requests, please see our documentation.

Happy Coding!

vscodenpa commented 4 months ago

:slightly_frowning_face: In the last 60 days, this feature request has received less than 20 community upvotes and we closed it. Still a big Thank You to you for taking the time to create this issue! To learn more about how we handle feature requests, please see our documentation.

Happy Coding!

Onkelborg commented 3 months ago

PR for fixing this bug: #115088