Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/extension/noConfigDebugInit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export async function registerNoConfigDebug(
collection.replace('BUNDLED_DEBUGPY_PATH', bundledDebugPath);

envVarCollection.description = l10n.t(
'Enables use of no-config debugging command, `debugpy <script.py>`, in the terminal.',
'Enables use of [no-config debugging](https://github.com/microsoft/vscode-python-debugger/wiki/No%E2%80%90Config-Debugging), `debugpy <script.py>`, in the terminal.',
);

// create file system watcher for the debuggerAdapterEndpointFolder for when the communication port is written
Expand Down
Loading