Behaviors
List of software behaviors discovered with static code analysis.
Executes files during installation or upon launch. (x1)
execution
The VS Code extension has an activation function that executes code. (x2)
execution
Registers a VS Code command which can later be executed. (x2)
execution
Executes commands in command line. (x2)
execution
Creates a terminal. (x2)
execution
Uses the VS Code "window" namespace for managing the current editor window and UI components. (x2)
execution
Uses the VS Code "commands" namespace for registering and executing commands. (x2)
execution
Imports the "vscode" module which contains the complete VS Code API. (x3)
execution
Contains multi-line comments. (x1)
behavior