Skip to content

Commit ce93c4d

Browse files
authored
include debugpy in description (#570)
* include debugpy in description * formatting
1 parent 5c50426 commit ce93c4d

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)