xxxxxxxxxx
# The workfolder can have large number of files and cause the crashing
edit "python.analysis.exclude" in the .vscode/setting.json to exclude files
# refer to https://marketplace.visualstudio.com/items?itemName=ms-python.vscode-pylance
xxxxxxxxxx
Windows Subsystem for linux
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
This will install rust non-interactively (without user needing to select yes/no) with default installation
xxxxxxxxxx
curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf | sh -s -- -y