Devcontainer compatibility fixes #2279
@ -18,6 +18,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get install -y \
|
|||||||
python-setuptools \
|
python-setuptools \
|
||||||
python2.7 \
|
python2.7 \
|
||||||
python2.7-dev \
|
python2.7-dev \
|
||||||
|
python-six \
|
||||||
python3 \
|
python3 \
|
||||||
python3-dev \
|
python3-dev \
|
||||||
python3-flake8 \
|
python3-flake8 \
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
],
|
],
|
||||||
"settings": {
|
"settings": {
|
||||||
"flake8.args": ["--config=setup.cfg"],
|
"flake8.args": ["--config=setup.cfg"],
|
||||||
"pylint.args": ["--rcfile=setup.cfg"],
|
"pylint.args": ["--rcfile=setup.cfg", "--init-hook", "import sys;sys.path.append('src')"],
|
||||||
"terminal.integrated.shell.linux": "/usr/bin/zsh",
|
"terminal.integrated.shell.linux": "/usr/bin/zsh",
|
||||||
"terminal.integrated.defaultProfile.linux": "zsh",
|
"terminal.integrated.defaultProfile.linux": "zsh",
|
||||||
"terminal.integrated.fontFamily": "'SourceCodePro+Powerline+Awesome Regular'",
|
"terminal.integrated.fontFamily": "'SourceCodePro+Powerline+Awesome Regular'",
|
||||||
|
Reference in New Issue
Block a user