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

"terminalShellIntegration" missing from package.json "enabledApiProposals" #24086

Closed
srgwsrgwetgethg opened this issue Sep 10, 2024 · 2 comments
Assignees
Labels
triage-needed Needs assignment to the proper sub-team

Comments

@srgwsrgwetgethg
Copy link

The latest version (2024.14.0) never activates. I know that there is the command-line option ----enable-proposed-api, but we are using online development environments of gitpod and have no access to commandline options.
Also it seems quite clear that it is missing:

2024.12.3:

    "enabledApiProposals": [
        "contribEditorContentMenu",
        "quickPickSortByLabel",
        "testObserver",
        "quickPickItemTooltip",
        "terminalDataWriteEvent",
        "terminalExecuteCommandEvent",
        "contribIssueReporter",
        "terminalShellIntegration"
    ],

2024.14.0:

    "enabledApiProposals": [
        "contribEditorContentMenu",
        "quickPickSortByLabel",
        "testObserver",
        "quickPickItemTooltip",
        "terminalDataWriteEvent",
        "terminalExecuteCommandEvent",
        "contribIssueReporter"
    ],
@github-actions github-actions bot added the triage-needed Needs assignment to the proper sub-team label Sep 10, 2024
@anthonykim1
Copy link

@srgwsrgwetgethg Thanks for filing this issue - This is because terminalShellIntegration is now finalized as opposed to proposed. You would just have to update to latest version of VS Code. Can you try this?

@github-actions github-actions bot added the info-needed Issue requires more information from poster label Sep 11, 2024
@srgwsrgwetgethg
Copy link
Author

We are using gitpod. They have updated their version of VSCode and it works now.

@github-actions github-actions bot removed the info-needed Issue requires more information from poster label Sep 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage-needed Needs assignment to the proper sub-team
Projects
None yet
Development

No branches or pull requests

2 participants