736e5d1fe0
Research Regression Tests / build (push) Has been cancelled
Python Virtual Environments / build (push) Has been cancelled
Benchmarks / build (push) Has been cancelled
Regression Tests / build (push) Has been cancelled
Build & Test Lean / build (push) Has been cancelled
* Adds Support to Visual Studio Code Dev Container Adds support and documentation to VSCode Dev Container. * Address Peer Review - Adds Dockerfile to install QuantConnect Stubs to enable Python autocomplete. - Adds settings.json to enable Python autocomplete and LF line ending. - Removes autobuilder task. - Fixes Research Laucher * Launcher and Task Impromevents Fixes line endings issue Fixes Launcher to point to right config.json file Improve readme formatting * Simplify Jupyter Notebook Deployment
7 lines
156 B
JSON
7 lines
156 B
JSON
{
|
|
"files.eol": "\n",
|
|
"python.analysis.extraPaths": [
|
|
"/Lean/Algorithm.Python",
|
|
"/opt/miniconda3/lib/python3.8/site-packages"
|
|
]
|
|
} |