summaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
authorNate Sesti <sestinj@gmail.com>2023-10-04 10:08:56 -0700
committerNate Sesti <sestinj@gmail.com>2023-10-04 10:08:56 -0700
commit8093c9d10db9d3084057f4f5ea0278b9b72f5193 (patch)
treeefd60753c7d32bf1deffa5190803ec6af5797580 /.vscode
parente19c918bb1c517a6a119ae8437c46e0724d2be9d (diff)
downloadsncontinue-8093c9d10db9d3084057f4f5ea0278b9b72f5193.tar.gz
sncontinue-8093c9d10db9d3084057f4f5ea0278b9b72f5193.tar.bz2
sncontinue-8093c9d10db9d3084057f4f5ea0278b9b72f5193.zip
docs: :memo: title for codeblocks in docs
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/launch.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json
index 88b9537a..90878cc0 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -29,7 +29,7 @@
"name": "Reference",
"type": "python",
"request": "launch",
- "module": "continuedev.src.continuedev.models.reference.test",
+ "module": "continuedev.src.continuedev.models.reference.generate",
"justMyCode": true
},
{