We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a040b37 commit 1e066cbCopy full SHA for 1e066cb
package.json
@@ -124,7 +124,7 @@
124
"python-envs.workspaceSearchPaths": {
125
"type": "array",
126
"description": "%python-envs.workspaceSearchPaths.description%",
127
- "default": ["./**/.venv"],
+ "default": [".venv", "*/.venv"],
128
"scope": "resource",
129
"items": {
130
"type": "string"
0 commit comments