JacquesLucke / blender_vscode

Visual Studio Code extension for Blender development.
MIT License
540 stars 70 forks source link

fix #1 Append a setting justMyCode to the list of Addon settings #161

Closed satabol closed 2 months ago

satabol commented 2 months ago

fix #1 Append a setting justMyCode to the list of Addon settings

image

Result:

image

satabol commented 2 months ago

Hi @JacquesLucke . I'm one of developers of Sverchok Addon and I'm using your addon two years. I like it. Sverchok use many external libraries and it is convenient to allow developers like me to debug into external libraries. I saw a PR to add parameter justMyCode into the code of your plugin but I have a proposal to add a setting into your plugin to allow developers to enable or disable debug external python library. Can you review this PR?

satabol commented 2 months ago

@JacquesLucke - You are right! Is it good now?