Basic Language RunnerFeaturesThis is a VS Code extension made to run some basic languages: Java, Python, C, C++, HTML, JavaScript, TypeScript,Go(Golang), Ruby, R, Perl, a few dialects of SQL, Lua, and PHP. 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
🔹 Perl: Perl Runtime
🔹 SQL-Install the needed SQL Dialect from official websites 🔹 Lua: Lua Runtime
🔹 PHP: PHP Runtime
Extension Settings1.Basic Language Runner: Cleanup Exe
2.Basic Language Runner: Cleanup Class
3.Settings related to different dialects of SQL
Known Issues
Important Notes✔️ This extension requires external runtimes to be installed separately and added to the PATH environment variable. The dialects of SQL should be installed. Supported dialects are - MySQL, MariaDB, TiDB, PostgreSQL, CockroachDB, MSSQL, SQLite, Oracle. Give me a review!Enjoy! 🎉I will add more languages/features later. |