mirror of
https://github.com/GH05TCREW/pentestagent.git
synced 2026-05-13 23:53:30 +00:00
fix(vscode): replace local path with /app in launch.json
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
4
.vscode/launch.json
vendored
4
.vscode/launch.json
vendored
@@ -6,7 +6,7 @@
|
||||
"type": "python",
|
||||
"request": "launch",
|
||||
"module": "pentestagent",
|
||||
"cwd": "/home/fernando/pentestagent/",
|
||||
"cwd": "/app",
|
||||
"console": "integratedTerminal",
|
||||
"justMyCode": true
|
||||
},
|
||||
@@ -21,7 +21,7 @@
|
||||
"--tui",
|
||||
"--port", "8080"
|
||||
],
|
||||
"cwd": "/home/fernando/pentestagent/",
|
||||
"cwd": "/app",
|
||||
"console": "integratedTerminal",
|
||||
"justMyCode": true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user