Build and run C, C++, Golang, and Java projects directly from the VSCode interface with a single click.
- You must have
make
installed on your computer to manage build tasks. See instructions - You must have
GCC
installed to compile and run C/C++ programs. See instructions - You must have
Go
installed to compile and run Go programs. See instructions - You must have
Java
installed to compile and run Java programs. See instructions
After installing the extension, click the gear ⚙️ compile symbol in the bottom right corner and select your project language: C, C++, Go or Java. Then, use the play symbol ▶ to run and run your program.
Refer to CHANGELOG for detailed release notes.