CmdKeys / cmdkeys.github.io

Other
0 stars 0 forks source link

Additional arguments for vscodeCommand #1

Open coenm opened 1 month ago

coenm commented 1 month ago

Thank you for your visual studio extension. I've got a question. How to execute a vscodeCommand with extra arguments?

for instance:

{"vscodeCommand": "workbench.action.gotoLine", "args" : .... }
bueltan commented 3 weeks ago

Thank you for your visual studio extension. I've got a question. How to execute a vscodeCommand with extra arguments?

for instance:

{"vscodeCommand": "workbench.action.gotoLine", "args" : .... }

Thank you for your interest in the extension, it doesn't have the functionality to execute vscodeCommand with extra arguments, but it’s something I plan to add in the next version. I’ll be sure to notify you once it's available.

Thanks again for reaching out!