Skip to content
Merged
Changes from 1 commit
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 @@ -59,7 +59,7 @@ export async function registerNoConfigDebug(
const bundledDebugPath = path.join(extPath, 'bundled', 'libs', 'debugpy');
collection.replace('BUNDLED_DEBUGPY_PATH', bundledDebugPath);

envVarCollection.description = l10n.t('Enables use of no-config debugging command in the terminal.');
envVarCollection.description = l10n.t('Enables use of no-config debugging command, `debugpy <script.py>`, in the terminal.');

// create file system watcher for the debuggerAdapterEndpointFolder for when the communication port is written
const fileSystemWatcher = createFileSystemWatcher(new RelativePattern(tempDirPath, '**/*'));
Expand Down
Loading