Josh Piasecki

Results 12 issues of Josh Piasecki

small creature comfort. but handy to have.

Category: Plugins

closes #1900 added some logic to handle focus when commands are run. seems to work well from the commandView or from a keybinding.

Category: Plugins

closes #1901 added a check to see if the selected item is a file or a directory. if it is a file. we only prepend the parent directory path, and...

Category: Plugins

i made a first attempt at this earlier that used a small buffer. it worked, however i was dismayed by the overhead. it didn't really have any noticeable performance issues....

Category: Lua Core

if i am focused on the treeview and navigate to a file using arrow keys, the keyboard selection if the mouse is hovered over the treeview as well, there is...

in the treeview. when i have a file selected `test.txt` and i run treeview:new-file, the prompt opens with the following `test.txt/` as though it is a directory. i even tried...

ok. i'm seeing two things here that are not the behavior i would expect. when: treeview visible && treeview focused running `treeview: toggle` - hides the treeview. -> good -...

Does this issue occur when all extensions are disabled?: Yes/No - VS Code Version: - OS Version: i wrote an extension that allows you to run some git commands using...

git

This PR is a rewrite of `EmptyView:draw()` issue #1952 There was no error-handling for when one of the commands displayed on EmptyView did not have an associated keybinding. unfortunately, it...

Category: Lua Core