We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa3e1e9 commit 5c85e51Copy full SHA for 5c85e51
src/client/api.ts
@@ -39,8 +39,11 @@ export interface IExtensionApi {
39
*/
40
settings: {
41
/**
42
- * Return the currently selected interpreter path.
43
- * @param {Resource} [resource]
+ * Returns the Python interpreter path corresponding to the specified resource, taking into account
+ * 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 no resource is provided, the setting scoped to the first workspace folder is returned.
46
+ * * If no folder is present, it returns the global setting.
47
* @returns {string}
48
49
getInterpreterPath(resource?: Resource): string;
0 commit comments