Skip to content

Commit

Permalink
chore: remove in-project env
Browse files Browse the repository at this point in the history
  • Loading branch information
liammoat committed May 16, 2024
1 parent 3ceaeb9 commit 66b3bf0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .devcontainer/postCreate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 66b3bf0

Please sign in to comment.