Final implementation of <include> tag.
This commit is contained in:
10
.zed/debug.json
Normal file
10
.zed/debug.json
Normal 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"
|
||||
}]
|
||||
Reference in New Issue
Block a user