Hi,

I'm trying to setup local development environment.

I have followed steps from 

I'm using Option 2, that is using Docker development container.

and my changes to config files are as below,

 "algorithm-language": "Python",
 "algorithm-location": "../../../Algorithm.Python/BasicTemplateFrameworkAlgorithm.py",
 "debugging": true,
 "debugging-method": "DebugPy",

My issue is when I launch Lean it always building and it is taking quite a bit of time. Can I disable rebuilding Lean when I launch. Also I could not restart Python debug session without restarting Lean.

Cheers