mike-lischke / vscode-antlr4

ANTLR4 language support for Visual Studio Code
http://www.soft-gems.net
MIT License
436 stars 61 forks source link

Can I add an option to clear the log on success? #122

Closed SQLGate closed 1 year ago

SQLGate commented 4 years ago

If there is a problem while working, an error code is displayed in the ANTLR Exception output window.

However, if there are no problems, I can't tell if it was successful because an error log was left before.

Can I add an option to clear the log on success?

mike-lischke commented 2 years ago

I assume you mean the "ANTLR4 Errors" channel in the OUTPUT tab. What would you consider to be a good opportunity to clear it? When a grammar is saved? Or when a debug session starts?