Skip to content

Commit 0dcd4f3

Browse files
authored
Merge pull request #11 from Azure-Samples/better-devcontainer
Install rich, try to suppress more pylance warnings
2 parents bdec337 + 6b59293 commit 0dcd4f3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"settings": {
1919
"python.defaultInterpreterPath": "/usr/local/bin/python",
2020
"remote.autoForwardPorts": false,
21-
"python.createEnvironment.trigger": "off"
21+
"python.createEnvironment.trigger": "off",
22+
"python.analysis.typeCheckingMode": "off"
2223
},
2324

2425
// Add the IDs of extensions you want installed when the container is created.

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ azure-identity
22
openai>=1.108.1
33
python-dotenv
44
langchain-text-splitters
5+
rich

0 commit comments

Comments
 (0)