Skip to content

Commit 26f26e0

Browse files
committed
chore: update config for python projects to support vscode better
1 parent c42c1f4 commit 26f26e0

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.vscode/extensions.json

Lines changed: 2 additions & 1 deletion
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
}
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[virtualenvs]
2+
in-project = true

0 commit comments

Comments
 (0)