We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ff70ec commit e1acf60Copy full SHA for e1acf60
README.rst
@@ -194,7 +194,7 @@ Finally, run ``renku`` via the debugger:
194
195
::
196
197
- $ ~/.local/pipx/venvs/renku/bin/python -m ptvsd --host localhost --wait -m renku <command>
+ $ ~/.local/pipx/venvs/renku/bin/python -m ptvsd --host localhost --wait -m renku.cli <command>
198
199
200
If using Visual Studio Code, you may also want to set the ``Remote Attach`` configuration
0 commit comments