Files
BILT-Workshop-Demo-Function/.vscode/settings.json
T
Jonathon Broughton 72439b1f1d Initial commit
2024-05-07 21:33:21 +01:00

10 lines
146 B
JSON

{
"cSpell.words": [
"camelcase",
"pydantic",
"stringcase",
"typer"
],
"python.defaultInterpreterPath": ".venv/bin/python"
}