issues
search
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
:
After
:
2. It looks better to recompile without close the terminal from the last compile
Before
:
After
:
CLAassistant
commented
2 months ago
All committers have signed the CLA.
It solves two aesthetic problems.
1. Its cleaner when compiles since it hides the compilation command:
Before:
After:
2. It looks better to recompile without close the terminal from the last compile
Before:
After: