mirror of
https://github.com/open-goal/jak-project.git
synced 2024-11-23 14:20:07 +00:00
18 lines
508 B
JSON
18 lines
508 B
JSON
{
|
|
// Use IntelliSense to learn about possible attributes.
|
|
// Hover to view descriptions of existing attributes.
|
|
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Append File Docs",
|
|
"type": "python",
|
|
"request": "launch",
|
|
"program": "${workspaceFolder}/scripts/docs/append-file-docs.py",
|
|
"console": "integratedTerminal",
|
|
"cwd": "${workspaceFolder}",
|
|
"args": []
|
|
},
|
|
]
|
|
}
|