chore(vscode): launch.template.jsonc -> launch.json (#7440)

This commit is contained in:
Jamison Lahman
2026-01-20 12:32:46 -08:00
committed by GitHub
parent 293553a2e2
commit f94292808b
2 changed files with 0 additions and 4 deletions

View File

@@ -1,5 +1,3 @@
/* Copy this file into '.vscode/launch.json' or merge its contents into your existing configurations. */
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.

View File

@@ -7,8 +7,6 @@ This guide explains how to set up and use VSCode's debugging capabilities with t
1. **Environment Setup**:
- Copy `.vscode/env_template.txt` 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