feat(visual-studio-code): add open in terminal action#9443
feat(visual-studio-code): add open in terminal action#9443pernielsentikaer merged 2 commits intoraycast:mainfrom
Conversation
|
Thank you for your contribution! 🎉 🔔 @thomaspaulmann @iainsimmons @macbookandrew @cy-98 @immint023 @vimtor @tonka3000 @aka-rabbi-inv @oilbeater @QIanGua @hakob8956 @erics118 you might want to have a look. |
|
Hi @tmwrnr 👋 I just moved the code to ExtensionPreferences instead to match the rest of the code and let the typescript automatically pick up preferences by itself. Do you mind checking that I didn't break something 🙂 |
|
Thanks, it works as intended! I wasn't sure where to put the preferences, but I think they'll be more noticeable in the extension preferences, just like you did. |
pernielsentikaer
left a comment
There was a problem hiding this comment.
Hi 👋
Looks good to me, approved 🔥
|
Published to the Raycast Store: |
|
🎉 🎉 🎉 We've rewarded your Raycast account with some credits. You will soon be able to exchange them for some swag. |
Description
Add an action to open in the preferred terminal app. The action will only be displayed when the selected item is a directory. Users can modify their preferred terminal app in the commands settings.
The action was added because the default macOS Terminal app cannot be selected through the Open With... action. The new action allows users with other terminal apps to open the directory faster using shortcuts.
I also removed any unused imports.
Resolves #9429
Screencast
Checklist
npm run buildand tested this distribution build in Raycastassetsfolder are used by the extension itselfREADMEare placed outside of themetadatafolder