Skip to content

VS Code Docker python support

Rafal Bielski requested to merge rbielski/athena:vscode-docker-python into master

Implementing solution proposed by @tadej and @fwinkl to the VS Code development container.

I couldn't make it work with python 2.7.16 (spent way too much time on trying), so I do this with the native python 2.7.5 from the system. Not ideal, but much better than nothing.

Submitting as WIP as this is subject to ATLAS CMake dumping PYTHONPATH to python_env.txt as suggested by @tadej. That's something to discuss with @akraszna. Once that file is in, we have nice IntelliSense functionality with e.g. class definition peeking: vscode-python-02

Independently, we also have full flake8 functionality including ATLAS extensions: vscode-python-01

Edited by Rafal Bielski

Merge request reports