Chakroun-Anas / turbo-console-log

591 stars 141 forks source link

Display log message doesn't work in the latest VsCode 1.57 #138

Open vaklinzi opened 3 years ago

vaklinzi commented 3 years ago

I tested the plugin on two different OS-es: MacOs & Ubuntu but it doesn't work. I do not have a duplicated keyboard shortcut in VsCode.

image

Ubuntu Shortcuts: image

AbbyBounty commented 3 years ago

Use option+Command+I for macOS

vaklinzi commented 3 years ago

I would like to use it on Ubuntu, I tried setting the keybinding no another shortcut but still not working. Also tried older versions but without success.

Here I installed the plugin in a fresh installation of Visual Studio Insiders without any other plugins installed. Nothing of the commands works. Check the video here:

https://ibb.co/kM8RXsW

DazDotOne commented 1 year ago

Having the same issue on Windows using vscode v1.70.2 (just updated to 1.71.2), electron v19.0.12, and TCL v2.5.1.

Commands don't work (whether via keyboard shortcut or command pallet).

I'll keep it installed and check periodically though because it's a great plugin (when it works) and I feel naked now I don't have it.

logs from "keyboard shortcut troubleshooting":

[2022-09-22 09:49:01.997] [renderer7] [info] [KeybindingService]: | Resolving ctrl+alt+L
[2022-09-22 09:49:01.997] [renderer7] [info] [KeybindingService]: \ From 1 keybinding entries, matched turboConsoleLog.displayLogMessage, when: editorTextFocus, source: user.
[2022-09-22 09:49:01.998] [renderer7] [info] [KeybindingService]: + Invoking command turboConsoleLog.displayLogMessage.
[2022-09-22 09:49:02.137] [renderer7] [info] [KeybindingService]: + Ignoring single modifier alt due to it being pressed together with other keys.

output from terminal: Log (Extension Host)

[2022-09-22 09:44:41.130] [exthost] [info] ExtensionService#_doActivateExtension ChakrounAnas.turbo-console-log, startup: false, activationEvent: 'onCommand:turboConsoleLog.displayLogMessage'

but in the extension window it says Activation time : 134ms

Hope that helps, if there are any other logs you need, give me a shout.