diff --git a/src/python-mssql/.devcontainer/devcontainer.json b/src/python-mssql/.devcontainer/devcontainer.json index fe4d1d3..8954a56 100644 --- a/src/python-mssql/.devcontainer/devcontainer.json +++ b/src/python-mssql/.devcontainer/devcontainer.json @@ -18,7 +18,6 @@ "python.formatting.blackPath": "/usr/local/py-utils/bin/black", "python.formatting.yapfPath": "/usr/local/py-utils/bin/yapf", "python.linting.banditPath": "/usr/local/py-utils/bin/bandit", - "python.linting.flake8Path": "/usr/local/py-utils/bin/flake8", "python.linting.mypyPath": "/usr/local/py-utils/bin/mypy", "python.linting.pycodestylePath": "/usr/local/py-utils/bin/pycodestyle", "python.linting.pydocstylePath": "/usr/local/py-utils/bin/pydocstyle", @@ -44,13 +43,10 @@ "extensions": [ "ms-python.python", "ms-python.vscode-pylance", - "ms-python.flake8", "github.copilot", "littlefoxteam.vscode-python-test-adapter", "ms-azuretools.vscode-docker", "ms-mssql.mssql", - "jebbs.plantuml", - "ms-mssql.sql-database-projects-vscode" ] } },