Spectra Assure
Community
Docs

Behaviors

List of software behaviors discovered with static code analysis.

Executes files during installation or upon launch. (x1)
execution
Activates a VS Code extension. (x2)
behavior
Enumerates installed VS Code extensions. (x2)
search
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
Uses the VS Code "window" namespace for managing the current editor window and UI components. (x2)
execution
Uses the VS Code "extensions" namespace for managing installed extensions. (x2)
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