Spectra Assure
Community
Docs

Behaviors

List of software behaviors discovered with static code analysis.

Executes files during installation or upon launch. (x1)
execution
Registers a listener that can execute code when the state of visible text editors is changed. (x2)
execution
Executes a VS Code command. (x2)
execution
Queries the value of an environment variable. (x1)
search
Enumerates files in a given directory. (x1)
search
Registers a VS Code command which can later be executed. (x2)
execution
Reads from files. (x2)
file
Accesses a previously opened file in VS Code. (x4)
file
Uses the VS Code "workspace" namespace for managing the current workspace. (x2)
execution
Uses the VS Code "window" namespace for managing the current editor window and UI components. (x2)
execution