RapidTest
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:
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. |
