File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -39,8 +39,12 @@ export interface IExtensionApi {
39
39
*/
40
40
settings : {
41
41
/**
42
- * Return the currently selected interpreter path.
43
- * @param {Resource } [resource]
42
+ * Returns the Python interpreter path corresponding to the specified resource, taking into account
43
+ * any workspace-specific settings for the workspace to which this resource belongs.
44
+ * @param {Resource } [resource] A resource for which the setting is asked for.
45
+ * * When a resource is provided, setting scoped to that resource is returned.
46
+ * * Otherwise, the setting scoped to the first workspace folder is returned.
47
+ * * If no folder is present, it returns the global setting.
44
48
* @returns {string }
45
49
*/
46
50
getInterpreterPath ( resource ?: Resource ) : string ;
You can’t perform that action at this time.
0 commit comments