Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 585 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 585 Bytes

compileInfo extension

This is a vscode plugin which highlights line in the code with gcc errors (red) , warnings (green) and security warnings (blue) that may occur during compilation of a C File.

Highlights the results with just a click of a button.

Requirements

Though it is not required to install anything explicity but I thought they are worth mentioning.

Installation

  • Clone the repo and paste in the following directory:
    • Linux/ Mac: $HOME/.vscode/extensions
    • Windows : %USERPROFILE%.vscode\extensions