Spectra Assure
Community
Docs

Behaviors

List of software behaviors discovered with static code analysis.

Executes files during installation or upon launch. (x1)
execution
Contains URLs. (x1)
network
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
Registers a language feature provider. (x3)
behavior
Reads from files. (x2)
file
Accesses a previously opened file in VS Code. (x5)
file
Uses the VS Code "workspace" namespace for managing the current workspace. (x4)
execution
Uses the VS Code "window" namespace for managing the current editor window and UI components. (x3)
execution
Uses the VS Code "languages" namespace for managing language-specific editor features. (x3)
execution