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 04b99c9 commit bd52319Copy full SHA for bd52319
src/vs/workbench/contrib/accessibility/browser/accessibleViewActions.ts
@@ -330,7 +330,7 @@ class AccessibleViewAcceptInlineCompletionAction extends Action2 {
330
return;
331
}
332
const model = InlineCompletionsController.get(editor)?.model.get();
333
- const state = model?.inlineCompletionState.get();
+ const state = model?.state.get();
334
if (!model || !state) {
335
336
0 commit comments