This is meant to be used as a playground for testing ideas in JavaScript and TypeScript. It includes a configured version of the Code Runner extension allowing for quick tests of code snippets outside of any project code.
This project runs in a devcontainer
and requires the following pieces of software to be installed and configured.
- Docker
- Visual Studio Code - Other IDE's coming later as the specification is being open sourced.
The Code Runner extension doesn't require you make a file for running the code. If you choose to keep some code around, please use the scratchpad
directory. It will work the same way, but allow us to push out updates without destroying your work.
NOTE: This is meant to be a playground, not a production tool. Don't keep important things within this project.
If you have any ideas of things that would make this useful. Please file an issue or feel free to submit a Pull Request.