QuantConnect / lean-cli

CLI for running the LEAN engine locally and in the cloud
https://www.lean.io/cli
Apache License 2.0
194 stars 99 forks source link

Fix Rider debugging by setting ssh config in project's Rider configurations #346

Closed jhonabreul closed 1 year ago

jhonabreul commented 1 year ago

The old way of creating a debuggers.xml file is outdated and that code was removed.

Closes #171