diff --git a/CONTRIBUTING_VSCODE.md b/CONTRIBUTING_VSCODE.md index ce2affbc67a..c0d8bdd5582 100644 --- a/CONTRIBUTING_VSCODE.md +++ b/CONTRIBUTING_VSCODE.md @@ -7,6 +7,8 @@ This guide explains how to set up and use VSCode's debugging capabilities with t 1. **Environment Setup**: - Copy `.vscode/.env.template` to `.vscode/.env` - Fill in the necessary environment variables in `.vscode/.env` +2. **launch.json**: + - Copy `.vscode/launch.template.jsonc` to `.vscode/launch.json` ## Using the Debugger