diff --git a/.devcontainer/postCreate.sh b/.devcontainer/postCreate.sh index 1d4073b25..6c333d58f 100755 --- a/.devcontainer/postCreate.sh +++ b/.devcontainer/postCreate.sh @@ -6,7 +6,6 @@ pip install poetry # https://pypi.org/project/poetry-plugin-export/ pip install poetry-plugin-export -poetry config virtualenvs.in-project true poetry config warnings.export false poetry install --with dev diff --git a/.vscode/settings.json b/.vscode/settings.json index a75a82cf8..4efc47061 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -4,7 +4,6 @@ "azureFunctions.scmDoBuildDuringDeployment": true, "azureFunctions.projectLanguage": "Python", "azureFunctions.projectRuntime": "~4", - "azureFunctions.pythonVenv": "${workspaceFolder}/.venv", "debug.internalConsoleOptions": "neverOpen", "azureFunctions.projectLanguageModel": 2, "files.insertFinalNewline": true,