Behaviors
List of software behaviors discovered with static code analysis.
Contains URLs that link to raw files on GitHub. (x1)
network
Executes files during installation or upon launch. (x1)
execution
Writes to files. (x1)
file
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
Reads from files. (x1)
file
Accesses a previously opened file in VS Code. (x2)
file
Uses the VS Code "window" namespace for managing the current editor window and UI components. (x2)
execution
Uses the VS Code "comments" namespace for interacting with and managing comments. (x2)
execution
Uses the VS Code "commands" namespace for registering and executing commands. (x2)
execution