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

Make sure terminal suggest adopt to shell api change #243274

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

anthonykim1
Copy link
Contributor

@anthonykim1 anthonykim1 commented Mar 11, 2025

Related: #230165

From API sync, we decided to move on with few changes:

  1. Naming discussion shellType -> shellKind -> shell since shell was already being used elsewhere.
  2. Switched type of shell to string, so now we have much less maintenance duty (no need to keep long list), and this is much easier to use.

Before I get rid of src/vscode-dts/vscode.proposed.terminalShellType.d.ts and submit for finalization against vscode.d.t.s I wanted to make sure we updated all of the code related to terminal suggest that uses this api.

@anthonykim1 anthonykim1 added this to the March 2025 milestone Mar 11, 2025
@anthonykim1 anthonykim1 self-assigned this Mar 11, 2025
@anthonykim1 anthonykim1 changed the title Adopt terminal suggest to shell api change Make sure terminal suggest adopt to shell api change Mar 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants