codeswing
codeswing copied to clipboard
VS Code extension for building web applications ("swings") using a interactive and editor-integrated coding environment
Intellisense of Tailwind not working in CodeSwing. Is there any way?
I politely ask how in the name of Jesus do I open a document because when i press open swing it takes me to open something but its not html
👋 onStartupFinished means that your extension will always activate even when the user has no intension of using CodeSwing. https://github.com/lostintangent/codeswing/blob/3117534267e74aafffcb80a8adb1fae6e1e05ab9/package.json#L29 Is there a reason you have `onStartupFinished`? I'm wondering if...
I would like to import / reference the type declarations of this package: https://www.npmjs.com/package/@types/fabric The unpkg url is: https://unpkg.com/@types/[email protected]/index.d.ts I didn't find any possibility how this can be achieved. When...
When I open a basic code swing with the splitLeft layout everything looks fine, the browser shows the output as expected:  When I switch the layout in the config...
either on the codeswing.json  or the folder that contains a codeswing.json 
When editing the codeswing.json file, VS Code tries to load the schema at the URL `https://gist.githubusercontent.com/lostintangent/21727eab0d79c7b9fd0dde92df7b1f50/raw/schema.json` but that is 404'ing.
Hello 👋 I work on the commenting API in VS Code, and I'm opening this issue because this repository contains usages of the commenting API. We recently noticed that even...
Currently, only index.html will render when in a tutorial step -- but for tutorials where HTML is needed, but not necessary to edit (e.g. JavaScript tutorials), it makes sense to...
The text isn't legible when using a black background in the VS Code theme, making navigating tutorials impossible.