Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>RapidTestNew to Visual Studio Code? Get it now.
RapidTest

RapidTest

Darko Bondjerovic

|
3 installs
| (0) | Free
Run TS/JS code in VisualCode
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

RapidTest

  • run TypeScript/JavaScript code/tests in VisualCode

www.youtube.com/@rapidtdd

Screenshot

To import libraries, declare: var require: any; const fs = require('fs'); // import * as fs from "fs";

⚠️ CRITICAL WARNING: UNRESTRICTED SYSTEM ACCESS (FULL ACCESS)

This extension provides an unrestricted Node.js runtime environment. It executes user-provided code with the same privileges as your Visual Studio Code process.

THERE ARE NO SECURITY CHECKS OR SANDBOXING MECHANISMS IMPLEMENTED.

By using this extension, you agree that your code has FULL, UNLIMITED ACCESS to your system, including the ability to use:

  • fs (File System: read, write, delete)
  • child_process (Run system commands)
  • net (Full network access)

You are entirely responsible for the code you execute. The author bears NO LIABILITY for any damage or data loss caused by misuse or malicious code.

USE THIS EXTENSION ENTIRELY AT YOUR OWN RISK.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft