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 45 forks source link

CodeSwing won't run when it's the only extension enabled. #30

Closed johnpapa closed 3 years ago

johnpapa commented 3 years ago

problem:

I disabled all extensions, then enabled CodeSwing. Then reloaded VS Code. However I cannot run any swings. (see below) image

Why? - I was trying to test to see if Svelte apps work without any of my extension favorites.

lostintangent commented 3 years ago

This is a duplicate of https://github.com/codespaces-contrib/codeswing/issues/4. The issue isn't that CodeSwing depends on other extensions, it's that the preview window isn't re-opened when you reload VS Code. If you run the CodeSwing: Open Swing command, and then select your swing directory, it will re-launch the environment 👍

So I'll go ahead and close this and we can track that discussion in #4.