Header tuning and extension link
This commit is contained in:
Родитель
b0cc336a95
Коммит
d2dbfc5bca
|
@ -25,7 +25,7 @@ The TypeScript part handles working with VS Code and its UI. The extension templ
|
|||
1. Python 3.7 or greater
|
||||
1. node >= 14.19.0
|
||||
1. npm >= 8.3.0 (`npm` is installed with node, check npm version, use `npm install -g npm@8.3.0` to update)
|
||||
1. Python extension for VS Code
|
||||
1. [Python](https://marketplace.visualstudio.com/items?itemName=ms-python.python) extension for VS Code
|
||||
|
||||
You should know how to create and work with Python virtual environments.
|
||||
|
||||
|
@ -53,7 +53,7 @@ After creating your extension via the template, it will include the following ex
|
|||
* On Command `mytool.restart`.
|
||||
1. Output channel for logging **Output** > **My Tool**.
|
||||
|
||||
## Adding features from your tool
|
||||
## Integrating your tool
|
||||
|
||||
The generated `bundled/tool/server.py` file is where you will make most of your changes. `TODO` comments in the file point out the various customization points. Also search for `TODO` comments in other locations in the template, such as other Python and Markdown files. You will want to review the LICENSE file, even if you want to keep it MIT License.
|
||||
|
||||
|
|
|
@ -212,4 +212,4 @@ Further configurations can be stored in an `.isort.cfg` file as documented on [i
|
|||
- [Code Navigation](/docs/editor/editingevolved.md) - Move quickly through your source code.
|
||||
- [IntelliSense](/docs/editor/intellisense.md) - Learn about IntelliSense features.
|
||||
- [Jupyter Support](/docs/datascience/jupyter-notebooks.md) - Learn how to get started with Jupyter Notebooks.
|
||||
- [Python Extension Template](/api/advanced-topics/python-extension-template.md) - Create an extension to integrate your favorite Python tools into VS Code.
|
||||
- [Python Extension Template](/api/advanced-topics/python-extension-template.md) - Create an extension to integrate your favorite Python tools.
|
||||
|
|
Загрузка…
Ссылка в новой задаче