1

If I open the following files in Visual Studio Code: style.css, comments.php, archive.php, footer.php

VS Code shows the tabs in the following way:

archive.php | comments.php | footer.php | style.css

I need to show it in the order that I open it, that is: style.css | comments.php | archive.php | footer.php

In other editors, it works like this.

How can I configure to show me the tabs in the order that I open the files?

Try this but you do not have that option "explorer.sortOrder": "modified"

0

1 Answer 1

3

workbench.editor.openPositioning: right should work for you.

Workbench › Editor: Open Positioning

Controls where editors open. Select left or right to open editors to the left or right of the currently active one. Select first or last to open editors independently from the currently active one.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.