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 9647d65 commit b881117Copy full SHA for b881117
typings/pluginapi.d.ts
@@ -245,7 +245,9 @@ export interface PluginConfig {
245
readonly logger: Logger
246
247
/**
248
- * Plugins should default to this directory when applicable.
+ * 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.
251
*/
252
readonly workingDirectory?: string
253
}
0 commit comments