Home > front end >  Unable to open 'Agda': AbstractContextKeyService has been disposed
Unable to open 'Agda': AbstractContextKeyService has been disposed

Time:03-12

I'm trying to use agda-mode on visual studio code on windows 10. I'm getting this error on VSC when pressing ctrl-c ctrl-l (or any other) keybinding associated with agda-mode. I had this issue a couple of days ago, but restarting my computer solved it. Now that doesn't seem to work.

CodePudding user response:

I am having the same issue on an M1 mac. Things like ctrl-c ctrl-l just stop working. Deleting .vscode, reinstalling the app, and reinstalling the agda-mode extension eventually worked, but it happened again.

CodePudding user response:

What worked for me, in the end, was closing the window at the bottom enter image description here then closing the file and reopening it (in the same VSC instance). Another time setting this enter image description here fixed the issue.

  • Related