We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c50426 commit a9ffb1dCopy full SHA for a9ffb1d
src/extension/noConfigDebugInit.ts
@@ -59,7 +59,7 @@ export async function registerNoConfigDebug(
59
const bundledDebugPath = path.join(extPath, 'bundled', 'libs', 'debugpy');
60
collection.replace('BUNDLED_DEBUGPY_PATH', bundledDebugPath);
61
62
- 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.');
63
64
// create file system watcher for the debuggerAdapterEndpointFolder for when the communication port is written
65
const fileSystemWatcher = createFileSystemWatcher(new RelativePattern(tempDirPath, '**/*'));
0 commit comments