Project based on the Rust extension by Conrad Ludgate.
Thank you for the inspiration!
Extension to easily write and execute TypeScript and Node scripts without having to create a project from scratch or use websites.
Press CTRL+SHIFT+P and type TS-Node Playground
to choose between the options:
TS-Node Playground: Create new Playground
: Creates a new folder with aindex.ts
file.TS-Node Playground: Run existing Playground
: Runs the selected file from list.
- Create new TS-Node Playground
- Run an existing TS-Node Playground
- Run ts-node in the current file
- Configuring the playground (tsconfig.json)
- Install npm dependencies for playground
- Name the playground on creation