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

Possible to remove JavaScript Debug Terminal from the terminal dropdown? #134411

Closed
dmalan opened this issue Oct 5, 2021 · 2 comments · Fixed by #135791
Closed

Possible to remove JavaScript Debug Terminal from the terminal dropdown? #134411

dmalan opened this issue Oct 5, 2021 · 2 comments · Fixed by #135791
Assignees
Labels
feature-request Request for new features or functionality insiders-released Patch has been released in VS Code Insiders terminal Integrated terminal issues terminal-profiles verification-needed Verification of issue is requested verified Verification succeeded
Milestone

Comments

@dmalan
Copy link

dmalan commented Oct 5, 2021

We currently simplify VS Code's UI for students as much as we can (via a .devcontainer.json), disabling/hiding features they won't need when first learning to program. And we noticed that we can't seem to remove the built-in JavaScript Debug Terminal profile, per https://code.visualstudio.com/docs/editor/integrated-terminal#_removing-builtin-profiles. Even with JSON like

"terminal.integrated.profiles.linux": {
  "JavaScript Debug Terminal": null
}

the profile remains:

Screen Shot 2021-10-04 at 8 38 46 PM

Is that perhaps deliberate or should it, in fact, be possible to remove that entry from the dropdown?

Thank you!

CC @lostintangent @ronxgin-liu

@meganrogge meganrogge added feature-request Request for new features or functionality terminal-profiles labels Oct 5, 2021
@meganrogge meganrogge added this to the October 2021 milestone Oct 5, 2021
@Tyriar Tyriar added the terminal Integrated terminal issues label Oct 6, 2021
meganrogge added a commit that referenced this issue Oct 25, 2021
@dmalan
Copy link
Author

dmalan commented Oct 25, 2021

Thanks so much, @meganrogge!

@meganrogge meganrogge added the verification-needed Verification of issue is requested label Oct 26, 2021
@meganrogge
Copy link
Contributor

To verify, set an extension contributed profile like the one mentioned by the OP, to null in your settings. It should be removed from the dropdown.

@rzhao271 rzhao271 added the verified Verification succeeded label Oct 26, 2021
@github-actions github-actions bot locked and limited conversation to collaborators Dec 9, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature-request Request for new features or functionality insiders-released Patch has been released in VS Code Insiders terminal Integrated terminal issues terminal-profiles verification-needed Verification of issue is requested verified Verification succeeded
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants
@dmalan @Tyriar @rzhao271 @meganrogge and others