The DLI ADP Problems Logger is a Visual Studio Code extension that monitors the Problems panel for errors and warnings in your workspace and logs them to a JSON file (problems_log.json). This extension is part of the DLI Systems Application Development Platform (ADP) project, designed to assist the ADPA Agent in tracking and logging issues during development.
Features
Automatically logs errors and warnings from the VS Code Problems panel.
Saves logs to problems_log.json in the extension directory.
Updates logs on activation and whenever diagnostics change in the workspace.
Usage
Install the extension from the VS Code Marketplace.
Open a project in VS Code with files that have errors or warnings (e.g., a JavaScript file with syntax errors).
The extension will automatically log these issues to problems_log.json in the extension directory.
Check the Output panel (View > Output) for log messages from "DLI ADP Problems Logger" to confirm the extension is working.
Requirements
Visual Studio Code version 1.60.0 or higher.
No additional dependencies are required.
Known Issues
The extension logs all diagnostics in the workspace; future versions may include filtering options.
Ensure the workspace has files open for the extension to detect problems on activation.
Contributing
This extension is part of the DLI Systems ADP project. For contributions or issues, please contact the project team.
License
This extension is licensed under the MIT License. See the LICENSE file for details.