Skip to content

Commit 82c2446

Browse files
authored
Merge branch 'main' into switch-python3
2 parents 2323242 + ce93c4d commit 82c2446

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/extension/noConfigDebugInit.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,9 @@ export async function registerNoConfigDebug(
5959
const bundledDebugPath = path.join(extPath, 'bundled', 'libs', 'debugpy');
6060
collection.replace('BUNDLED_DEBUGPY_PATH', bundledDebugPath);
6161

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

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

0 commit comments

Comments
 (0)