From b881117762fd253f3b7dd13f898d01709b3a1550 Mon Sep 17 00:00:00 2001 From: Asher Date: Tue, 9 Feb 2021 13:35:06 -0600 Subject: [PATCH] Expand working directory comment --- typings/pluginapi.d.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/typings/pluginapi.d.ts b/typings/pluginapi.d.ts index 383bf962..b93a82b5 100644 --- a/typings/pluginapi.d.ts +++ b/typings/pluginapi.d.ts @@ -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 }