This extension provides a simple interface for compiling and running COBOL programs directly from Visual Studio Code using the GnuCOBOL compiler. It features commands to compile, run, and compile & run COBOL programs, all while managing the output in a dedicated bin folder.
Features
Compile COBOL Programs: Compiles the currently open COBOL file into an executable.
Run COBOL Programs: Executes the compiled COBOL program.
Compile & Run: Combines both actions in one command.