lostintangent / codeswing

VS Code extension for building web applications ("swings") using a interactive and editor-integrated coding environment
https://aka.ms/codeswing
MIT License
977 stars 46 forks source link

Specify or remember open files when re-opening an existing swing #62

Open midvok opened 2 years ago

midvok commented 2 years ago

I saved a swing with style.less into a folder, but always when I re-open the swing, I get only the CSS file open and have to open the Less file manually.

Is it already possible to specify which file tabs get open when re-opening a swing?

Alternatively, I think it would be a nice feature if the swing remembered the current layout and all open tabs when re-opening it (probably using the codeswing.json).

Currently, when I restart VScode, all tabs are there on their place, but I don't see the page preview. So I have to re-open the swing and then losing all currently open tabs.