Skip to content

Commit 3bb8ab8

Browse files
authored
update default value for workspaceSearchPath (#1419)
as an intermediate option to setting the `"default": [],`. I want to give this an attempt to see if we can improve performance without fully removing workspace searching. related to: #1362
1 parent 4e46444 commit 3bb8ab8

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)