Marcelo Fornet
Marcelo Fornet
Key binding and other features can also be hidden while the extension is not being used. https://code.visualstudio.com/docs/getstarted/keybindings#_when-clause-contexts
I hide buttons by default (they can be enabled in settings). This is temporary while this issue is not fixed.
Noted, I haven't myself used the webview feature, but I enabled it locally and will be testing more! I'll try to reproduce and fix this issue.
My guess is that you have multiple instances of vscode open at the same time; but the server listening from companion tasks can only be opened in one of the...
- [ ] Add Side Bar for better organization (instead of Pages sorted lexicographically). See example here: https://github.com/Microsoft/vscode-wiki - [ ] Use internal links with the markdown format [[ text...
One solution might be create a LOCK file in the `attic` and when a new editor is open, if the `LOCK` file is present, we open main solution and remove...
Instead of using tcgen from the extension directly, allow using a command to create the generator.
Yes, that sound like a good idea, however the scope of this issue is to allow making a tasks.json like: ``` { "name": "launch program that reads a file from...
> Wouldn't this be very slow? Why do you think that would be the case? The idea is that for every token we compare if they are equal, if that...
It seems to be done on this tool for Codeforces https://github.com/ahmed-dinar/codeforces-cli