DEV Community

Discussion on: Switching back to my old buddy Sublime Text from VS Code 🤷🏻‍♂️

Collapse
 
ceyhunkerti profile image
Ceyhun Kerti

you will open each file in a new tab, leading to multiple VS Code instances running simultaneously,

Are your sure ?

I think multiple tabs are managed with monaco editor state using;
saveViewState and restoreViewState methods.

So there should be only one editor instance with state management for multiple tabs.

Correct me if i'm wrong.