2

I'm coming from Sublime, where if you open a new file, it will use the first line of this file as the name of the tab. How can I accomplish the same in VS Code without saving the file? Currently it makes it annoying to remember what is what if I'm trying to do something like a quick diff or if I'm taking some notes.

Josh
  • 718
  • 2
  • 15
  • 38

1 Answers1

2

This is actually not possible due to restrictions in the API.

More details here.

Josh
  • 718
  • 2
  • 15
  • 38