ThingsAreBroken
ThingsAreBroken

Reputation: 27

Saving editor layout

I'd like to save my VSC's layout with certain files open in separate editor groups. For example:

Left Group --- Right Group

Config1          Script1

Config2          Script2

I've tried this extension: https://github.com/ctf0/vscode-save-editor-layout -- but it's broken for me and reports every tab I try to save as a 'temporary unsaved tab' that cannot be saved. I guess I could never close my editor, but I'd rather not. I've been thinking of some way to automate the resizing/splitting of my tabs but was wondering if there's an easier way I missed?

Upvotes: 0

Views: 1637

Answers (1)

Janderson
Janderson

Reputation: 36

If you are using Windows, the author fixed an issue. It's working now. https://github.com/ctf0/vscode-save-editor-layout/issues/1

Upvotes: 1

Related Questions