Behaviors
List of software behaviors discovered with static code analysis.
Contains IP addresses. (x1)
network
Enumerates the operating system platform. (x2)
search
Contains URLs that reference the host by IP address. (x1)
network
Executes a VS Code command. (x3)
execution
The VS Code extension has an activation function that executes code. (x3)
execution
Registers a VS Code command which can later be executed. (x3)
execution
Executes commands in command line. (x2)
execution
Uses the VS Code "window" namespace for managing the current editor window and UI components. (x3)
execution
Uses the VS Code "commands" namespace for registering and executing commands. (x3)
execution
Imports the "vscode" module which contains the complete VS Code API. (x3)
execution