Skip to content

Components

Eric Snow edited this page Oct 8, 2019 · 5 revisions

The Python extension for VS Code provides functionality to users through the VS Code UI. This involves heavy use of the VS Code API. That API can be divided into various components (as implied by the various registered handlers in the API). Those components are:

The functionality of the Python extension can partitioned along those lines. The extension also has a number of extra components, in part relative to internal functionality. They are:

Note: we may, at some point, split out different components of the extension into independent npm packages or even sub-extensions.

Clone this wiki locally