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

Test: Shell integration API proposal #208462

Closed
3 tasks done
Tyriar opened this issue Mar 22, 2024 · 1 comment
Closed
3 tasks done

Test: Shell integration API proposal #208462

Tyriar opened this issue Mar 22, 2024 · 1 comment

Comments

@Tyriar
Copy link
Member

Tyriar commented Mar 22, 2024

Refs: #145234

Complexity: 5
Roles: Developer, Engineering Manager

Create Issue


Shell integration smarts are finally getting exposed to extensions! The idea behind this API is to accomplish things like:

  • Know when terminals have shell integration activated
  • Know when commands execute in any terminal
  • Know when commands finish and their exit code
  • React to commands as they are running

Here is the proposal: https://github.com/microsoft/vscode/blob/main/src/vscode-dts/vscode.proposed.terminalShellIntegration.d.ts

Try create an extension that uses the API or attempt to integrate the proposal into your own extension. Feedback welcome on API shape, docs, etc.

@karrtikr
Copy link
Contributor

Works great, thanks. No further feedback other than the open issues.

@karrtikr karrtikr removed their assignment Mar 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants