Skip to content

Commit 55edc09

Browse files
committed
docs: remove sample extension example
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: de4cb63f-4a85-432d-a722-697b33e9d49a
1 parent fce6466 commit 55edc09

20 files changed

Lines changed: 1 addition & 6879 deletions

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,9 +155,7 @@ The Python Environments extension was built to provide a cohesive and user frien
155155

156156
### API Reference (proposed)
157157

158-
See [api.ts](https://github.com/microsoft/vscode-python-environments/blob/main/src/api.ts) for the full list of Extension APIs.
159-
160-
To consume these APIs you can look at the example here: [API Consumption Examples](https://github.com/microsoft/vscode-python-environments/blob/main/examples/README.md)
158+
See [api.ts](https://github.com/microsoft/vscode-python-environments/blob/main/src/api.ts) for the runtime API facade and [types.ts](https://github.com/microsoft/vscode-python-environments/blob/main/src/types.ts) for the public API contracts. Extension authors can consume these contracts from the `@vscode/python-environments` npm package.
161159

162160
### Callable Commands
163161

examples/README.md

Lines changed: 0 additions & 87 deletions
This file was deleted.

examples/sample1/.vscode/extensions.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

examples/sample1/.vscode/launch.json

Lines changed: 0 additions & 17 deletions
This file was deleted.

examples/sample1/.vscode/settings.json

Lines changed: 0 additions & 22 deletions
This file was deleted.

examples/sample1/.vscode/tasks.json

Lines changed: 0 additions & 37 deletions
This file was deleted.

examples/sample1/.vscodeignore

Lines changed: 0 additions & 14 deletions
This file was deleted.

examples/sample1/CHANGELOG.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

examples/sample1/README.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

examples/sample1/eslint.config.mjs

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)