Basic Language RunnerFeaturesThis is a VS Code extension made to run some basic languages: Java, Python, C, C++, HTML, JavaScript, TypeScript,Go(Golang), Ruby, and R. RequirementsYou must install the proper language runtimes (like GCC, JDK, Python, etc.) and add them to the PATH environment variable. Install Required Compilers / Runtimes🔹 C/C++: GCC & G++
🔹 Java: JDK (Java Development Kit)
🔹 Python
💡 Tip: During installation, make sure to check: 🔹 JavaScript: Install Node.js
🔹 TypeScript: Install TypescriptType - "npm install -g typescript" in the command prompt. 💡 Tip: You need to have Node.js with npm to run this command. 🔹 Golang: Go Compiler
🔹 Ruby: Ruby Runtime
🔹 R: R Runtime
Extension Settings(None for now — defaults work well.) Known Issues
Important Notes✔️ This extension requires external runtimes to be installed separately. Enjoy! 🎉I will add more languages later. |