-
Notifications
You must be signed in to change notification settings - Fork 3.2k
feat: Support @Terminal Context Provider and RunInTerminal Button for Jetbrains Plugin #6702
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Support @Terminal Context Provider and RunInTerminal Button for Jetbrains Plugin #6702
Conversation
6ee461a
to
2941338
Compare
…read content from the latest terminal tab for now
…ent from the selected terminal panel
…terface signature for runCommand by providing TerminalOptions.class, which aligns to how VS COde Extension implemented
2941338
to
ebd5154
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice PR!
@exigow just want to cc you here for awareness. Might be a nice thing to test out during your daily use. Though I've already reviewed this pretty closely and it seems like it's done perfectly |
🎉 This PR is included in version 1.2.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 1.1.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Description
Checklist
Screenshots
@Terminal works now, as below:

the 'RunInTerminal' button works now also:

Tests
don't really find much of tests under the extensions/intelij package. if you guys would like to provide more examples, i'd happy to follow the standards.