JacquesLucke / blender_vscode

Visual Studio Code extension for Blender development.
MIT License
557 stars 76 forks source link

Issue when debugging, no path mappings to source? #171

Closed twilson90 closed 1 month ago

twilson90 commented 1 month ago

When I hit a breakpoint, vs code opens the symlinked script in C:\Users\<Username>\AppData\Roaming\Blender Foundation\Blender\4.2\scripts\addons which opens in a new tab next to the original path of the same file. Is it possible to add mappings to prevent this?

Mateusz-Grzelinski commented 1 month ago

probably duplicate of #140 and #145