Is there any documentation to setup or troubleshoot the new Quantconnect extension for Visual Studio Code? I have only been able to successfully install v1.116 on Linux because newer versions either don't recognize my docker installation or give me an error when installing leancli. 

On v1.116 when running a simple Quantconnect algo I get the error QCAlgorithm is not defined - even though I have the from AlgoImports import * in my first line of code.

Author