Final implementation of <include> tag.

This commit is contained in:
Cutieguwu
2025-07-17 12:17:27 -04:00
parent 807ded16d9
commit ebcebddf8a
7 changed files with 253 additions and 73 deletions

10
.zed/debug.json Normal file
View File

@@ -0,0 +1,10 @@
// Project-local debug tasks
//
// For more documentation on how to configure debug tasks,
// see: https://zed.dev/docs/debugger
[{
"label": "Python Active File",
"adapter": "Debugpy",
"program": "$ZED_FILE",
"request": "launch"
}]