Creating a project in Visual Studio Code

To create a project using the KasperskyOS SDK Extension:

  1. Open the VS Code command palette and run the command KOS: New project.
  2. In the displayed list of paths to installed KasperskyOS SDKs, select the path to the SDK.
  3. In the displayed list of templates and project examples available in the SDK, select the template or example that you want to use as the basis for creating a project.
  4. If you have selected a template, specify the template settings.
  5. Specify the directory for the project being created.

    The project creation process will start. At the end of the process, a notification window will appear.

  6. If you want to open the created project, click one of the following buttons in the notification window:
    • Open in current window to open the project in the current Visual Studio Code window.
    • Open in new window to open the project in a new Visual Studio Code window.

    If you close or ignore the notification, you can manually open the created project later by selecting the project directory.

Page top