-
Notifications
You must be signed in to change notification settings - Fork 383
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
VSCode / VS Code / Virtual Studio Code Embedding #257
Comments
if I have Warp selected in vscode as my external terminal program, normally I should be able to run the command "Open New External Terminal" and have a new prompt in that program, at the root of the project that I ran the command from. Currently this doesn't work. Focus is switched to Warp but I do not get the prompt in my project folder. |
@o1lo01ol1o Describe the solution you'd like?I'd like to use warp as a terminal in emacs and vscode Is your feature request related to a problem? Please describe.Half my terminal time is spent running cli commands in IDE windows. I'm aware that I could just switch to a dedicated terminal, but that's a context switch that I nearly never undertake. Additional contextNo response |
I need this :) I spend all day in my IDE, using the integrated terminal will be just far more efficient for me until Warp is capable of it |
Would love VS Code remote SSH integration with warp, would fully switch over then! |
Only thing preventing me from using Warp throughout my day. |
Please add this feature |
Has anyone found a hack or workaround for now? Loving Warp but hate having to jump between the two applications. 🙂 |
VS Code and PHPStorm alike only allow shell applications, warp is not a shell application in itself, it wraps itself around one, warp cannot be integrated into these IDE's without sacrificing majority of the features that make Warp a great product, it'll dilute down to just being another Git Bash. Perhaps a plugin is the only way forward here but warp definitely wont be able to integrate into these IDE's by the standard means, like you would with git bash for example. |
Chances are this kind of integration wouldn't technically be possible until a WASM version of Warp exists.
|
Is this the main reason WASM is being prioritized over Linux and Windows (in that order)? Is this feature request going into the timeline or being tracked? I would wager that the amount of overlap between Visual Studio Code (VS Code) users and people who are using or want to use Warp is very high, which includes myself. |
add this feature, pls 👍 |
I am really looking forward to this feature. |
Same issue for us IntelliJ guys. Or you can choose what terminal executable through IDE but warp is different. |
@bmitc It isn't the primary reason, the nice thing about a WASM version is that users across any platform will be able to use Warp to some degree (in the browser). It's also because our business model (see our pricing page) is a freemium model. Free for everyone with compelling features that teams and enterprises would want to pay for. A WASM version is in many ways a prerequisite to some of the ideas the Warp team has have for team and enterprise. This is my (personal) understanding of the situation, I hope this helps. |
As I understand, the main use case is switching quickly between the terminal and VSCode. The Hotkey global window might get it 90% of the way there. Here are the docs. Using it would look something like this: Steps
Let me know what you all think! |
Thanks for the information @elviskahoro! That was helpful. Looking forward to when I can use Warp on Windows and/or VS Code! I use it on macOS for work and am liking it. |
Like @elviskahoro said, we recently launched support for |
Lame solution 😵💫, but I'm glad we can finally use it together. 🥳🥳🥳 I love wrap! |
yes i have use there is the setting for someone want to use Warp on vscode(its not really "on vscode" exactly, but use them in easy and comfortable way):
|
@vjindal0112, both solutions (hotkey window and |
This is really really difficult eng wise. Just being transparent so people don't get their hopes up that this would come out anytime soon. (elvis) Will share more info if things change!
…--- original message ---
On April 11, 2022, 10:08 AM EDT ***@***.*** wrote:
Please add this feature
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
--
You received this message because you are subscribed to the Google Groups "github" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ***@***.***
--- end of original message ---
|
user on #2305 commented:
|
@vjindal0112 Can this be integrated with hot key support too? when I open terminal using cmd+shift+c, then it's opening on separated tab. And when using hot key, it opens on the same tab as i use, but in that case the instance is always same. |
@wangmir Take a look at the Global hotkey window feature, it should help with your use case. https://docs.warp.dev/features/windows/hotkey-window |
when will it be available as an integrated terminal in VS CODE? |
+1 This should be the "most wanted feature"!!! Warp's 10.000 USD reward for good old Billy "The integrated" Wizkiss. Just imagine the sheer number of Youtube videos that would be made with banging headlines "New AI and terminal in VScode" and so on. Heck, any homeless person with a youtube channel and 30 followers will be putting on Lulumemons and go trawling for likes.. - written by GPT-4.0 (I am not liable) |
🖖They've gone Plaid! Less than 24 hours from the last feature request and devs releases 2023.03.23 (v0.2023.03.21.08.02) - Absolutely amazing, fantastic product by the way - Light years from the competition
By the way, how many Borg does it take to change a light bulb? 💡 |
Why is it that the same three people have been downvoting this feature request?
|
We're downvoting it because you're spamming this issue with comments. People are subscribed to know when this is released, not about people saying +1. |
That's true in the case of actually embedding Warp as VsCode's (or any other IDE for that matter) integrated terminal but on the other hand, creating an extension with WASM and typescript should address a lot of the blockers no? On a separate note, I've been using Warp for about 2 years now and I love it! it truly elevates my day-to-day development experience |
Echoing my support for this feature. Would be a huge value add to have it baked into my flow with VSCode. This honestly limits my use cases of warp from daily development down to "hey what was that command to kill port x? Oh let me ask warp AI" |
support support |
I don't know if this is possible but it could be an improved compromise between the two current solutions (Global Hotkey and Cmd+Shift+C) |
One possible solution would be creating a VS Code extension for Warp. As far as I know, Warp is JavaScript-based, so most of the code could be reused to make the VS Code extension. |
I would pay a subscription to warp if this feature gets added |
I realize this is a very difficult task but just pointing out that I am unable to fully commit to Warp since I do a lot of my work in devcontainers, which means it would have to work in linux as well. |
Locking to prevent spam, We'll post any updates on this thread regarding VS Code integration/embedding. It'll be possible once Warp is on the Web via WASM (no eta on the release). |
I largely use the VSCode integrated terminal when developing, due to the easy integration into my workflow and ability to lay out within the VSCode UI.
It'd be great to use Warp, either as the terminal for the integrated terminal prompt (using a custom profile, see https://code.visualstudio.com/docs/editor/integrated-terminal#_terminal-profiles) or even as a separate extension.
The text was updated successfully, but these errors were encountered: