Skip to content

Commit f8a83eb

Browse files
Merge branch 'main' into bugfix/isolate-api-package-consumer-types
2 parents 46c5a37 + e4ab62b commit f8a83eb

3 files changed

Lines changed: 1837 additions & 1 deletion

File tree

api/README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,20 @@ export async function activate() {
3535
}
3636
```
3737

38+
## Full API reference
39+
40+
📘 **[Python Environments API reference](https://github.com/microsoft/vscode-python-environments/blob/main/docs/README.md)**
41+
42+
The complete manual documents every method and data type, organized by domain -
43+
environments, packages, projects, execution, environment variables, and
44+
extensibility - with field tables, parameter tables, return types, and examples.
45+
46+
- [Environments](https://github.com/microsoft/vscode-python-environments/blob/main/docs/README.md#environments) - discover, resolve, select, create, and remove interpreters
47+
- [Packages](https://github.com/microsoft/vscode-python-environments/blob/main/docs/README.md#packages) - list, install, uninstall, and look up versions
48+
- [Projects](https://github.com/microsoft/vscode-python-environments/blob/main/docs/README.md#projects) - the folders the extension tracks
49+
- [Execution](https://github.com/microsoft/vscode-python-environments/blob/main/docs/README.md#execution) - run Python in terminals, tasks, and background processes
50+
- [Environment variables](https://github.com/microsoft/vscode-python-environments/blob/main/docs/README.md#environment-variables) - resolved variables for a scope
51+
- [Extensibility](https://github.com/microsoft/vscode-python-environments/blob/main/docs/README.md#extensibility) - register your own environment manager, package manager, or project creator
52+
53+
See [`CHANGELOG.md`](https://github.com/microsoft/vscode-python-environments/blob/main/api/CHANGELOG.md) for API changes between versions.
54+

0 commit comments

Comments
 (0)