Installing the Kunpeng DevKit Plugin
Introduction
The Kunpeng DevKit plugin is an extension in Visual Studio Code. It can be seen as a plugin in the integrated development environment (IDE).
This plugin works as a client of the Kunpeng DevKit in the IDE that invokes the server functions to implement the functions of each Kunpeng DevKit tool. In addition, you can install, deploy, and upgrade the Kunpeng DevKit, and manage its subtools.
code-server is an open source project. It allows developers to run VS Code using a browser on any device. If you want to install the DevKit in the code-server environment, refer to Installing the DevKit Using code-server.
Environment Requirements
- Windows 10
- VS Code 1.66 or later
- Code Server 4.9.1 or later
Prerequisites
Installing the Plugin
Install the plugin using either of the following methods:
- Online installation
- Open VS Code on your local PC, click
in the navigation tree on the left, search for Kunpeng DevKit in the extended menu, and click Install. - After the installation is complete, click
in the navigation tree on the left to start the Kunpeng DevKit plugin.
- Open VS Code on your local PC, click
- Offline installation
- Go to the Kunpeng DevKit Download CenterDevKit Download Center.
- Click IDE Plugin.
- In the VS Code plugin package area, click Download Package to download the Kunpeng DevKit plugin.
- Open VS Code on your local PC and click the
icon in the navigation tree on the left. - Choose
> Install from VSIX. Select the downloaded Kunpeng DevKit plugin package and click Install. - After the installation is complete, click
in the navigation tree on the left to start the Kunpeng DevKit plugin.
Parent topic: Installation