summaryrefslogtreecommitdiff
path: root/.vscode/launch.json
diff options
context:
space:
mode:
Diffstat (limited to '.vscode/launch.json')
-rw-r--r--.vscode/launch.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index 12cfaef8..08061d13 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -17,6 +17,15 @@
],
"configurations": [
{
+ "name": "Pytest",
+ "type": "python",
+ "request": "launch",
+ "program": "continuedev/src/continuedev/tests/llm_test.py",
+ "console": "integratedTerminal",
+ "justMyCode": true,
+ "subProcess": true
+ },
+ {
"name": "Server",
"type": "python",
"request": "launch",