diff options
Diffstat (limited to '.vscode/launch.json')
-rw-r--r-- | .vscode/launch.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json index 674c23a4..88b9537a 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -37,7 +37,11 @@ "type": "python", "request": "launch", "module": "continuedev.src.continuedev.__main__", - "args": ["--port", "8001"], + "args": [ + "--port", + "8001" + // "--meilisearch-url", "http://localhost:7701" + ], "justMyCode": false, "subProcess": false // Does it need a build task? |