tonka3000 / vscode-raycast

Raycast tools for VSCode
https://marketplace.visualstudio.com/items?itemName=tonka3000.raycast
MIT License
16 stars 2 forks source link

Open-command-via-URL-handler seems to currently be broken #28

Open ELLIOTTCABLE opened 7 months ago

ELLIOTTCABLE commented 7 months ago

Summary

The docs instruct one to run this command:

$ open "vscode://tonka3000.raycast/runcommand?cmd=openInTerminal"

That does indeed launch VScode; but has no other effect as far as I can see.

I tried using the newer command-name for 'create a new terminal',

$ open "vscode://tonka3000.raycast/runcommand?cmd=workbench.action.terminal.new"

... with no further luck. (=

tonka3000 commented 7 months ago

Hi @ELLIOTTCABLE ,

That is interesting. I tested the 2 commands on my machine and both work. Did you allow that a command can open (see video), maybe you block it by accident.

https://github.com/tonka3000/vscode-raycast/assets/3163807/2234ca86-b673-40ed-870b-c62ad0661fb7

Which version of VSCode do you use? Can you paste the content of Code/About Visual Studio Code here. Just use the Copy button in the dialog.

CleanShot 2024-01-25 at 07 46 20@2x