-
Notifications
You must be signed in to change notification settings - Fork 29.4k
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
Request feature "Integrated terminal" #143
Comments
+1. |
+1 |
2 similar comments
+1 |
+1 |
Personally I think this is a bad idea. Making the editor a kitchen sink is how we will make it slow and bloated. Besides, the amount of work necessary to get on par with just the basic features of excellent terminals out there (e.g. iTerm2, ConEmu) would be huge. I know not everyone runs OS X but check out my setup below. I'm using El Capitan's full screen features to place VS Code side by side with iTerm2. I am super happy with it. |
@joaomoreno but some people want coding, and just use CLT when deploy app. Maybe you can make a extension like term3, then the native version of VSCode won't run slowly. |
That is an opportunity for an extension: deployment commands! |
Yes, you're right. By the way, why i can't search in extension market? |
+1 |
2 similar comments
+1 |
👍 |
is there an extension that offers a terminal? anyhow +1 |
+1 |
+1 For built in or as extension |
+1 also |
+1 for built in, as in the CodeRunner mac app |
+1 |
1 similar comment
+1 |
Yah, definitely need it! +1 |
+1 |
2 similar comments
+1 |
+1 |
As an extension I agree but not integrated in to the editor itself. I think the goal should be to get vscode extensible enough that someone can do extensions like this. I find |
@pflannery That's a problem too, and I think it should be solved in first place. In Xfce there is no |
@stylemistake your right, basic terminal launching should work on linux. Could be worth raising an separate issue if not already done so. |
+1 |
I'm actually fine with the terminal being separate by default. How hard would it be to make an extension that adds this though? That would be awesome. |
@whitecolor F1, type "settings", enter should open your user settings.json file, you add it there. |
Hm I added setting, mark use legacy terminal in cmd settings. I press |
@whitecolor it will land in stable in early June and in the Insiders build in a few days. |
ok, will it support multiple terminals per opened project? |
@whitecolor only a single terminal per vscode windows in Stable, #6458 tracks multiple terminals. |
This feature should definitely be built. I was debugging some ruby code and I had to interact with the terminal to enter some input that the program needs and bam! No terminal for me to interact with. |
After trying again on Windows 10 with the new cmd, it seems to work just fine. As such I think I'll make the default |
@builden What does it show when you run the same command in the native terminal outside of vscode? |
@Tyriar Great |
@builden what keyboard layout are you using? |
@Tyriar like this |
@builden So the key next to 1 doesn't work? Works from the testing I've done on Mac/Windows/Linux using US keyboard layout (which seems to be the same). |
@Tyriar i change shortcut string can work fine |
@Tyriar I have find the reason, ctrl+` have used by other application |
@builden was it cmder that's using the keybinding? |
@Tyriar It's my Chinese input application "QQ Pinyin" |
@builden ah, I think that's pretty command for keybindings to break when an IME is active. |
@Tyriar I have closed the IME keybinding, but another person is hard to find which app have binded the command |
@Tyriar how to use in os x
no use |
@Tyriar In Windows, I can't copy string from terminal page, I think this feature is necessary |
Thanks everyone for your contributions! I'm going to lock the conversation to prevent pinging all the participants for smaller issues. If you find any other problems please check out the existing issue list and create a new one if necessary. |
See #7302 (comment) for the proposed default keybindings used by the terminal. |
You can see a glimpse of what's coming in v1.3.0 in the June test plan: #8222 |
It would be great if vscode has integrated terminal feature refer vim or atom https://atom.io/packages/term3
I saw this suggestion pending in uservoice(https://visualstudio.uservoice.com/forums/293070-visual-studio-code/suggestions/7752357-integrated-terminal) and repost here since it has specific repo
The text was updated successfully, but these errors were encountered: