movy
movy
Moreover! This bug extends much further: - in terminal pane trigger search field and start typing search string - observe how your clipboard is being __repeatedly__ replaced each time new...
+1 for the most recent comment, noticed it yesterday as well, very frustrating
Along the same lines, is there an option to expand (suggest) a command in place of incompletely typed one? I.e. as in the screenshot above, instead of a typed portion...
@cantino , below are outputs from vanilla `ctrl+r` and McFly for typed `pyt` sequence:   With `ctrl-r` the whole suggested history item is already in the command line after...
something like that, yes. Basically, it allows to see the selected command without switching focus to the menu. I have never used Rust, do you think GPT can help here?...
From readme: ```js // Alternatively you can call db.write() explicitely later // to write to db.json db.data.posts.push('hello world') await db.write() ``` Basically, instead of using `db.update` method, you separate data...
This dialog is quite useless for those who use vscode-remote everyday. Each time I reconnect, I have to acknowledge a dozen of these useless dialogs (one per remote workspace), even...
same https://github.com/microsoft/vscode-copilot-release/issues/8731
This is insane bug, I spent my whole day trying to figure out what's broken, blaming some python library update (as it is usually the case with almost any sudden...
> [@movy](https://github.com/movy) I was equally puzzled why it wasn't working. What worked for me eventually is something much sillier than I expected: I simply had to delete and wipe the...