Installing dependencies
Extension dependencies are automatically installed from the Visual Studio Code Extension Marketplace. If your computer has access to the Visual Studio Code Extension Marketplace, you can skip the steps for setting dependencies below and instead proceed to the "Installing the extension" section.
Otherwise, you will need to manually set the dependencies for the extension. To set the dependencies of the KasperskyOS SDK Extension for Visual Studio Code:
cpptools
is required for working with the debugger.clangd
is required for static analysis of source code.devcontainers
is required for Docker support.Extensions: Install from VSIX...
command in the command line that opens in the upper part of the window.Installing the extension
To install KasperskyOS SDK Extension, do the following:
Extensions: Install from VSIX...
command in the command line that opens in the upper part of the window.kos-extension-<version>.vsix
extension file located in the directory /opt/KasperskyOS-Community-Edition-<version>/dev_tools/ide_integration/vscode/
.During installation of the KasperskyOS SDK Extension, its dependencies are automatically set.
Removing the extension
To remove the extension, press the key combination CTRL+SHIFT+X, find the extension in the list, and select the Uninstall command from the context menu of the extension.
Page top