You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use the macros extension to replicate the cmd+e behavior of IntelliJ for Mac. This command opens the "Recent files" dialogue and shifts the cursor to the previously open file (i.e. the second item in the list of recently opened files, where the currently open file is first on the list).
Up until the most recent update, this was working as expected: pressing cmd+e would open the recently open files dialogue box and move the cursor to the second item in the list. Today, it is opening the recently open files dialogue box, but not moving the cursor to the second item in the list.
I tried these changes to see if they would return the expected behavior, but they did not:
This is an issue with the extension. The promises returned by executeCommand are not properly waited upon here. It is a coincidence that this ever worked (due to the winjs promise implementation we used before).
Issue Type: Bug
I use the
macros
extension to replicate thecmd+e
behavior of IntelliJ for Mac. This command opens the "Recent files" dialogue and shifts the cursor to the previously open file (i.e. the second item in the list of recently opened files, where the currently open file is first on the list).To do this in VS Code, I created this macro:
And bound it to
cmd+e
in my keybindings:Up until the most recent update, this was working as expected: pressing
cmd+e
would open the recently open files dialogue box and move the cursor to the second item in the list. Today, it is opening the recently open files dialogue box, but not moving the cursor to the second item in the list.I tried these changes to see if they would return the expected behavior, but they did not:
It seems to me that the second command is not being executed in the new update for some reason.
I have also reported this in the
macros
extension repo (geddski/macros#45).Thank you.
VS Code version: Code 1.30.1 (dea8705, 2018-12-18T18:05:00.654Z)
OS version: Darwin x64 17.7.0
System Info
checker_imaging: disabled_off
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
multiple_raster_threads: enabled_on
native_gpu_memory_buffers: enabled
rasterization: enabled
video_decode: enabled
video_encode: enabled
webgl: enabled
webgl2: enabled
Extensions (25)
The text was updated successfully, but these errors were encountered: