I am recording these notes on the steps I took to use VSCode for Python script creation. I am using the portable version of VSCode, which makes it easy to move or delete the development environment I ...
vscode-common-python-lsp/ ├── python/ # Python package (bundled server-side) │ ├── vscode_common_python_lsp/ # Package source │ │ └── __init__ ...