Skip to content

Commit 3236155

Browse files
authored
Fix the path missing when kernel is absent (#1361)
1 parent 6e680b1 commit 3236155

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/jupyter-ai/src/completions/provider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ export class JaiInlineProvider
103103
this._streamPromises.clear();
104104
}
105105
const result = await this.options.completionHandler.sendMessage({
106-
path: context.session?.path,
106+
path,
107107
mime,
108108
prefix: this._prefixFromRequest(request),
109109
suffix: this._suffixFromRequest(request),

0 commit comments

Comments
 (0)