JacquesLucke / blender_vscode

Visual Studio Code extension for Blender development.
MIT License
545 stars 74 forks source link

Remove some of the log messages #74

Open MatthiasThDs opened 3 years ago

MatthiasThDs commented 3 years ago

Just a short question, when i reload my Addon from Visual Code, i get some log messages such as

sending: {'type': 'enableFailure'}
Got GET: {'type': 'ping'}
Got POST: {'type': 'reload', 'names': ['XXX']}
addon_utils.disable: XXX not disabled

Can I somehow remove those logs? I dont like them :)

JacquesLucke commented 3 years ago

Unfortunately, that is not possible right now without modifying the extension itself (you can do that of course).