openmultiplayer / vscode-pawn

VS-Code extension for pawn language
https://open.mp
MIT License
16 stars 6 forks source link

Making compiler output more clean on terminal #15

Open carlosdaniel26 opened 2 months ago

carlosdaniel26 commented 2 months ago

It solves two aesthetic problems.

1. Its cleaner when compiles since it hides the compilation command:

Before:

image

After:

image

2. It looks better to recompile without close the terminal from the last compile

Before:

image

After:

image

CLAassistant commented 2 months ago

CLA assistant check
All committers have signed the CLA.