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

splitLeftTabbed layout not working #68

Open TFTomSun opened 2 years ago

TFTomSun commented 2 years ago

When I open a basic code swing with the splitLeft layout everything looks fine, the browser shows the output as expected: image

When I switch the layout in the config to splitLeftTabbed in the config:

{
  "scripts": [],
  "styles": [],
  "layout": "splitLeftTabbed"
}

then the code swing seems not to open correctly: image

intmainreturn00 commented 2 years ago

same for splitRightTabbed for me 😔

Sheraff commented 2 years ago

Wow thank you! I had simply stopped using codeswing because I thought it didn't work anymore and it's just that I'm opening everything in splitLeftTabbed. So there is a bug, but it's less bad than what I thought!