diff options
author | Samruddhi Khandale <skhandale@microsoft.com> | 2022-07-01 21:51:06 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-01 21:51:06 +0300 |
commit | 7f551f8c2f1129d6485088196bfeb28ff5ee3230 (patch) | |
tree | 6e727432a0b39ee80ed86c4a34d6b5cf081c6ba5 /src/python/devcontainer-feature.json | |
parent | 69cba4ffad425e082f36d8fee3101090ccda896c (diff) |
Python: Install additional versions (#58)
* additional install
* update test
* nit
* fix test
Co-authored-by: Josh Spicer <joshspicer@github.com>
Diffstat (limited to 'src/python/devcontainer-feature.json')
-rw-r--r-- | src/python/devcontainer-feature.json | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/python/devcontainer-feature.json b/src/python/devcontainer-feature.json index 366a119..31d03f4 100644 --- a/src/python/devcontainer-feature.json +++ b/src/python/devcontainer-feature.json @@ -70,9 +70,5 @@ "python.linting.pycodestylePath": "/usr/local/py-utils/bin/pycodestyle", "python.linting.pydocstylePath": "/usr/local/py-utils/bin/pydocstyle", "python.linting.pylintPath": "/usr/local/py-utils/bin/pylint" - }, - "install": { - "app": "", - "file": "install.sh" } }
\ No newline at end of file |