File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -97,14 +97,15 @@ _Response_:
9797interface RefreshParams {
9898 /**
9999 * Limits the search to a specific kind of Python environment.
100- * Ignores workspace folders passed in configuration request.
100+ * Workspace folders from the configuration request are still searched
101+ * to discover workspace-based environments (e.g., venvs, virtualenvs).
101102 */
102103 searchKind? : PythonEnvironmentKind ;
103104} | {
104105 /**
105106 * Limits the search to a specific set of paths.
106107 * searchPaths can either by directories or Python prefixes/executables or combination of both.
107- * Ignores workspace folders passed in configuration request.
108+ * Replaces workspace folders from the configuration request.
108109 *
109110 * Glob patterns are supported:
110111 * - `*` matches any sequence of characters in a path component
You can’t perform that action at this time.
0 commit comments