Skip to content

TurboVs v1.1.0

Choose a tag to compare

@beyondbday69 beyondbday69 released this 04 Sep 14:46
· 8 commits to main since this release

馃殌 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