Skip to content

Commit cc17200

Browse files
authored
add link to wiki (#577)
1 parent ce93c4d commit cc17200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extension/noConfigDebugInit.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export async function registerNoConfigDebug(
6060
collection.replace('BUNDLED_DEBUGPY_PATH', bundledDebugPath);
6161

6262
envVarCollection.description = l10n.t(
63-
'Enables use of no-config debugging command, `debugpy <script.py>`, in the terminal.',
63+
'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.',
6464
);
6565

6666
// create file system watcher for the debuggerAdapterEndpointFolder for when the communication port is written

0 commit comments

Comments
 (0)