Are there VS Code extensions available to support Panther detection development?
Last updated: May 16, 2025
QUESTION
Are there VS Code extensions available to support detection development—specifically for linting detections, schemas, and possibly providing syntax highlighting or autocomplete?
ANSWER
Panther does not have VS Code extensions for detection development.
However, Panther does provide VS Code schemas that help with linting the .yml files.
You can install these by running
make vscode-config.
For detailed configuration information, refer to the Panther Analysis README.
Schemas for the
.ymlfiles can be found in the VS Code schemas directory.