ryuta46 / vscode-multi-command

Visual Studio Code Plugin named multi-command
MIT License
231 stars 15 forks source link

Still maintained? #84

Open jakemayfield opened 2 weeks ago

jakemayfield commented 2 weeks ago

Is this still maintained?

ryuta46 commented 2 weeks ago

Yes. Are you having any trouble?

schuylermaclay commented 2 weeks ago

I'm having issues with cursor, but maybe you don't support it?

ryuta46 commented 2 weeks ago

Cursor can use extensions for vscode, but within dialogs created with Cursor (e.g., dialogs created with “aipopup.action.modal.generate”), commands such as “type “ and other commands do not work, so it may not work as intended. If you are having problems executing stand-alone commands that do not use “multi-command”, you will need to ask Cursor itself to fix the problem. If the command works as a stand-alone command, but does not work as intended when “multi-command” is used, that issue may be fixed within this extension, so please let me know the details.

schuylermaclay commented 2 weeks ago

Resolved, probably operator error. I uninstalled multi-command, wiped references in keybinds and settings json and rm'd the directory in ~/.vscode/extensions. Reinstalled and added commands back and it works. No clue what I was doing wrong. Issue was the same as #82 I think.

Anyway, thanks for the fast reply and the excellent extension!