Matt Crouch

Results 8 issues of Matt Crouch

I'm currently working on a vscode extension that has previously had Bottleneck implemented (before I picked it up), in order to prevent many concurrent commands from overloading the server. The...

I'm opening this issue to capture general feedback on the changelist search and quick picks. Interested to get a general idea of whether they are useful and whether the interface...

Feedback wanted

GitLens [provides a view](https://github.com/eamodio/vscode-gitlens#file-history-view-) showing the file history of the currently opened file, similar to file history in p4v vscode is adding support for a timeline view contributor: https://github.com/microsoft/vscode/issues/84297 Implement...

enhancement
blocked

fixes inability to use extension on insiders due to microsoft/vscode#111913 fixes #195

**Describe the bug:** A changelist search on a particular depot area (using a local file path) resulted in 100 changelists being returned. The changelists are displayed, and the describe command...

The built-in git extension allows individual changes to be reverted using a context button on the quick diff view. ![quick diff](https://code.visualstudio.com/assets/api/extension-guides/scm-provider/quickdiff.png) This should be implemented in the perforce extension. [docs](https://code.visualstudio.com/api/extension-guides/scm-provider#menus)...

enhancement
blocked

Having been using live share quite a lot recently, it would be good to be able to be able to allow users other than the host to be able to...

enhancement
blocked

GitLens supports the ability to perform line-by-line blame on the current file in a variety of ways. It adds the annotations to the currently open file (instead of creating a...

enhancement