Expand working directory comment

This commit is contained in:
Asher 2021-02-09 13:35:06 -06:00
parent 9647d65e52
commit b881117762
No known key found for this signature in database
GPG Key ID: D63C1EF81242354A
1 changed files with 3 additions and 1 deletions

View File

@ -245,7 +245,9 @@ export interface PluginConfig {
readonly logger: Logger
/**
* Plugins should default to this directory when applicable.
* This can be specified by the user on the command line. Plugins should
* default to this directory when applicable. For example, the Jupyter plugin
* uses this to launch in this directory.
*/
readonly workingDirectory?: string
}