Skip to content
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

Terminals are named kernel_task #178693

Closed
jrieken opened this issue Mar 30, 2023 · 16 comments · Fixed by #178967
Closed

Terminals are named kernel_task #178693

jrieken opened this issue Mar 30, 2023 · 16 comments · Fixed by #178967
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug insiders-released Patch has been released in VS Code Insiders macos Issues with VS Code on MAC/OS X terminal General terminal issues that don't fall under another label verified Verification succeeded
Milestone

Comments

@jrieken
Copy link
Member

jrieken commented Mar 30, 2023

  • Use insiders-1.78 or run out of source
  • start a terminal
  • the name is "kernel_task"
  • start a long running task, like yarn watch, press ctrl+c and see it's not terminating
Screen.Recording.2023-03-30.at.17.03.40.mov
@deepak1556 deepak1556 added bug Issue identified by VS Code Team member as probable bug macos Issues with VS Code on MAC/OS X terminal General terminal issues that don't fall under another label labels Mar 31, 2023
@deepak1556 deepak1556 added this to the April 2023 milestone Mar 31, 2023
@zt123123
Copy link

zt123123 commented Apr 3, 2023

same question
image

@shealan
Copy link

shealan commented Apr 4, 2023

Same issue on my brand new Apple M2 Mac Mini. Running latest Insiders. I thought I was going crazy.

@vscodenpa vscodenpa added insiders-released Patch has been released in VS Code Insiders and removed unreleased Patch has not yet been released in VS Code Insiders labels Apr 4, 2023
@hawkkiller
Copy link

Works fine on latest version of insiders.

@shealan
Copy link

shealan commented Apr 7, 2023

Yeah fixed now. Thanks everybody!

@gitSambhal
Copy link

Not working for me. I am using CTRL+Z

@DonJayamanne DonJayamanne added the verified Verification succeeded label Apr 26, 2023
@pramod1221
Copy link

Not working for me after updating today (May 09, 2023)

Version: 1.78.0 (Universal)
Commit: 252e546
Date: 2023-05-03T20:11:00.813Z
Electron: 22.4.8
Chromium: 108.0.5359.215
Node.js: 16.17.1
V8: 10.8.168.25-electron.0
OS: Darwin x64 18.7.0
Sandboxed: Yes

@pschmidtke
Copy link

Not working for me. I am using CTRL+Z

That doesn't kill the process. It just suspends it. Just be aware of that (if you do it a lot ;)

@avi-l
Copy link

avi-l commented May 10, 2023

same for me, no control-c or any kill commands will work:
Version: 1.78.1
Commit: 6a995c4
Date: 2023-05-04T09:57:42.343Z (5 days ago)
Electron: 22.5.1
Chromium: 108.0.5359.215
Node.js: 16.17.1
V8: 10.8.168.25-electron.0
OS: Darwin x64 18.7.0
Sandboxed: No

@gitSambhal
Copy link

It stopped working for me due to an extension which had created a key binding starting with ctrl + c so I removed the key binding and it started working. This SO answer helped me.

@Tyriar
Copy link
Member

Tyriar commented May 10, 2023

@gitSambhal what extension was causing the issue?

@gitSambhal
Copy link

@Tyriar I forgot the name but you can check your keyboard bindings.

@Tyriar
Copy link
Member

Tyriar commented May 11, 2023

@gitSambhal I don't have the same extensions as you?

@loicguichaoua
Copy link

loicguichaoua commented May 13, 2023

Hi, this "Ctrl+C" (terminate task) feature suddenly stopped working a few days ago for us as well:

  • the "^C" still displays in the terminal but without any effect
  • and there is not a single shortcut associated to Ctrl+C and no way to add one

This is a huge pain as we simply cannot work anymore using vs-code, this was such a central feature
There is just so much content on the topic online, yet no simple solution:

  • What happened? Why did vs-code team do this?
  • How is there not a simple option in Keyboard Shortcuts (JSON) to add it back?

Thanks in advance to those currently working on a solution

@gitSambhal
Copy link

@Tyriar what is shown in the vscode status bar when you press ctrl + c ?

@Tyriar
Copy link
Member

Tyriar commented May 15, 2023

@loicguichaoua it was a bug we introduced and fixed shortly afterwards, see #181939. One of the downsides of using Insiders is occasionally things like this slip in.

@atabv
Copy link

atabv commented May 18, 2023

Never knew I was on those buggy Insiders builds. Hot damn. You need better wording on your main site.

In any case, there is still no fix for this for Insiders and I am not really looking forward to installing and setting everything up from scratch with Universal.

@github-actions github-actions bot locked and limited conversation to collaborators May 21, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug insiders-released Patch has been released in VS Code Insiders macos Issues with VS Code on MAC/OS X terminal General terminal issues that don't fall under another label verified Verification succeeded
Projects
None yet
Development

Successfully merging a pull request may close this issue.