codeswing
codeswing copied to clipboard
VS Code extension for building web applications ("swings") using a interactive and editor-integrated coding environment
While opening codeswing.json I see vscode report the following problem: `Unable to parse content from 'https://gist.githubusercontent.com/lostintangent/21727eab0d79c7b9fd0dde92df7b1f50/raw/schema.json': Parse error at offset 3.`. Looks like the gist url returns 404. In fact...
Currently, template galleries are defined via JSON files, which make it awkward to define and maintain the contents of template files (which are typically multi-lined). As a result, we should...
I try to open code swing but i can’t. what should i do? 
Hello! I know we use can use Tailwind within a codeswing by including a url to the CDN in the `codeswing.json` file, but I was trying to see if there...
Please add an option to browse "temporary" swings, ordered by date, and open them. Also, an easier way to delete them would be good.
i know its kind of expected, and im not sure if there's a way to fix it, but if you make a function or loop that takes too long, the...
There was an issue with the loop protect library that required the {ast: true} argument for this version of babel. Can update this with the npm version once that is...
Hi, I'm having issues getting the basic `import` of a library in a brand new React swing. If I use the `Add Library > Script module` function, I will get...
I have created a basic HTML/CSS/JS codeswing. My index.html imports `modelHandler.js`. But codeswing only recongnizes `script.js` as a JS file but ignores `modelHandler.js`. How can I add `modelHandler.js` to the...
Currently, we are using codeswing for out html, css and javascript based workflow. It would great if you can support rust as well.