Skip to content

Releases: beyondbday69/turbovs

TurboVs v1.2.0

Choose a tag to compare

@github-actions github-actions released this 04 Sep 16:33

Full Changelog: v1.1.0...v1.2.0

TurboVs v1.1.0

Choose a tag to compare

@beyondbday69 beyondbday69 released this 04 Sep 14:46

🚀 What's New in v1.1.0

  • Pure Script Output Only: Terminal displays exclusively the compiled program's stdout with zero bash command echoes, shell prompts, or DOSBox startup/ALSA noise via a dedicated VS Code Pseudoterminal.
  • Automatic Script Input Detection: Static analysis engine analyzes C/C++ source code to detect all cin, scanf, cin.getline, gets, and getch calls and automatically associates preceding cout and printf prompt labels.
  • Dedicated Separate Input Panel (turbovs.openInputPanel): Interactive UI with individual input cards for each detected variable, real-time keystroke synchronization to TC_IN.TXT, dynamic add/remove fields, and a live piped sequence preview.
  • Check Script Inputs Command (turbovs.checkScriptInputs): Command to inspect active script input requirements with actionable run/configure prompts.
  • New High-Res Extension Logo: Redesigned 256×256 app logo featuring a glowing retro-futuristic CRT monitor with electric cyan/blue lighting and C++ emblem.

📦 Installation

  • Install via VS Code: Extensions View -> ... -> Install from VSIX... -> select turbovs-1.1.0.vsix
  • Install via CLI: code --install-extension turbovs-1.1.0.vsix

TurboVs v1.0.0

Choose a tag to compare

@beyondbday69 beyondbday69 released this 04 Sep 06:24

TurboVs v1.0.0 - Legacy Turbo C++ Runner for Visual Studio Code

Highlights

  • Run genuine Turbo C++ 3.0 / Borland C++ programs in VS Code via DOSBox / DOSBox-X.
  • Full support for legacy headers: <iostream.h>, <conio.h>, <graphics.h>, void main(), clrscr(), getch(), and cin/cout.
  • Dedicated VS Code integrated terminal and editor line error squiggles.
  • Stop button and classic Ctrl+F9 shortcut.

Quick Global Install

  • Windows: Download install-globally.bat and double-click to install.
  • Manual: Download turbovs-1.0.0.vsix and run:
    code --install-extension turbovs-1.0.0.vsix