Skip to content

Commit 1e066cb

Browse files
committed
update default value for workspaceSearchPath
1 parent a040b37 commit 1e066cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
"python-envs.workspaceSearchPaths": {
125125
"type": "array",
126126
"description": "%python-envs.workspaceSearchPaths.description%",
127-
"default": ["./**/.venv"],
127+
"default": [".venv", "*/.venv"],
128128
"scope": "resource",
129129
"items": {
130130
"type": "string"

0 commit comments

Comments
 (0)