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 3b3e65e commit 321a341Copy full SHA for 321a341
packages/completion-manager/src/providers.ts
@@ -68,7 +68,6 @@ export class KernelCompletionProvider implements ICompletionProvider {
68
}
69
70
_getConnector(context: ICompletionContext) {
71
- // TODO: cache
72
if (this._previousSession != context.sessionContext) {
73
this._previousConnector = new KernelConnector({
74
session: context.sessionContext.session
0 commit comments