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
Sets a JavaScript interval, which repeatedly executes code. (x1)
execution
Converts binary data to its string representation, commonly used in obfuscation. (x1)
packer
Accesses a previously opened file in VS Code. (x2)
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
Uses the VS Code "languages" namespace for managing language-specific editor features. (x2)
execution
Imports the "vscode" module which contains the complete VS Code API. (x2)
execution
Clears a JavaScript interval. (x1)
execution