Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 1.51 KB

README.md

File metadata and controls

23 lines (12 loc) · 1.51 KB

JavaScript/TypeScript Playground

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.

Setup Instructions / Requirements

This project runs in a devcontainer and requires the following pieces of software to be installed and configured.

Usage

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.

Ideas?

If you have any ideas of things that would make this useful. Please file an issue or feel free to submit a Pull Request.