agda-mode-vscode icon indicating copy to clipboard operation
agda-mode-vscode copied to clipboard

agda-mode on VS Code

Results 56 agda-mode-vscode issues
Sort by recently updated
recently updated
newest added

I have agda installed locally and also have created a docker image which I am testing. I set the agda path to `docker run -i --rm agda-2.6.2 agda` similar to...

enhancement

The debug buffer prints 1. modules being checked and 2. a number apart from the actual information printed to the debug buffer. Can you remove these two parts?

enhancement

I had vs code with agda-mode working - installed following instructions on a system build with debian and using cabal. Then I deleted the `.cabal/store` folder (it had accumulated too...

documentation
enhancement

![image](https://user-images.githubusercontent.com/1428088/99432269-32967680-290c-11eb-858b-91c046f4d88f.png) In the picture, If I hover the mouse over the reference line (blue link), nothing happens. Of course, I go myself the way to that line, but the cursor...

bug

I have an issue that some of my keys/keybindings no longer work during/after using `agda-mode`: - `\` (in search bar) - `(` - `)` - `C-x` - `C-c` This doesn't...

bug

Hello, I've been enjoying this extension quite a bit, thanks for the work! Recently I started using the debug buffer panel, to view the contents of the debug buffer. I...

enhancement

At the moment, Unicode input doesn't work in find/replace. While this would be nice to have (if possible), it's not essential. The real problem is that `\` still starts Unicode...

bug

![syntax](https://user-images.githubusercontent.com/25114018/142484521-a3291378-4c8a-465d-8b56-ecde5fcb457e.gif) After filling a hole with something, and hitting `C-c C-SPC` (give) or `C-c C-r` (refine) the syntax highlighting is extremely wrong, with individual characters or groups of characters being...

bug

Hitting `\` seems to complete my unicode input, but it doesn't start a new one. If I want to type `≡⟨⟩` currently, I need to press: `\==ESC\` which is a...

bug
enhancement