Skip to content

Commit b881117

Browse files
committed
Expand working directory comment
1 parent 9647d65 commit b881117

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

typings/pluginapi.d.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,9 @@ export interface PluginConfig {
245245
readonly logger: Logger
246246

247247
/**
248-
* Plugins should default to this directory when applicable.
248+
* This can be specified by the user on the command line. Plugins should
249+
* default to this directory when applicable. For example, the Jupyter plugin
250+
* uses this to launch in this directory.
249251
*/
250252
readonly workingDirectory?: string
251253
}

0 commit comments

Comments
 (0)