Skip to content

Commit a9ffb1d

Browse files
committed
include debugpy in description
1 parent 5c50426 commit a9ffb1d

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
@@ -59,7 +59,7 @@ 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('Enables use of no-config debugging command, `debugpy <script.py>`, in the terminal.');
6363

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

0 commit comments

Comments
 (0)