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
Hello, can you add action type that trigger shell command? For example I want to achive during generating my code I want to trigger npm install "some-package". It would be nice to have this type of action.
{ type: 'command', command: 'npm install @some-package' // or any other command }
The text was updated successfully, but these errors were encountered:
Hello, can you add action type that trigger shell command? For example I want to achive during generating my code I want to trigger npm install "some-package". It would be nice to have this type of action.
{ type: 'command', command: 'npm install @some-package' // or any other command }
The text was updated successfully, but these errors were encountered: