Apex Code Runner is a simple, fast and graceful tool for running .apex scripts within VS Code. This extension executes .apex scripts and returns cleaner results than the Salesforce Extensions Pack.
This extension contributes the following settings:
apex-code-runner.logCategoryOptions: Apex log categories with their associated log levels. These only affect the level of detail in the full log output window.
Apex_code: Debug
Apex_profiling: Info
Callout: Info
Db: Info
System: Debug
Validation: Info
VisualForce: Info
Workflow: Info
apex-code-runner.preferredWindow: Output window to display when execution completes. You can view either at any time.
userDebug: (Default) Shows only system.debug statements (and errors)
fullLog: Shows the Full log will show the full log
Known Issues
N/A
Inspirational Projects
Here are some of the projects that were the primary inspiration and templates for this project