Skip to content

Commit 9c08205

Browse files
authored
Merge pull request #77 from algorandfoundation/chore/vs-code-python
chore: update config for python projects to support vscode better
2 parents 88cbec2 + 26f26e0 commit 9c08205

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.vscode/extensions.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"tamasfe.even-better-toml",
88
"editorconfig.editorconfig",
99
"matangover.mypy",
10-
"rust-lang.rust-analyzer"
10+
"rust-lang.rust-analyzer",
11+
"teticio.python-envy"
1112
]
1213
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[virtualenvs]
2+
in-project = true

0 commit comments

Comments
 (0)