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

Add onDidChangeShell event to the API #160900

Merged
merged 9 commits into from Sep 14, 2022

Commits on Sep 14, 2022

  1. 🎁 Add onDidChangeShell event to ext host

    Signed-off-by: Babak K. Shandiz <babak.k.shandiz@gmail.com>
    babakks committed Sep 14, 2022
    Copy the full SHA
    d336c5c View commit details
    Browse the repository at this point in the history
  2. 🔨 Add onDidShellChange to the API definitions

    Signed-off-by: Babak K. Shandiz <babak.k.shandiz@gmail.com>
    babakks committed Sep 14, 2022
    Copy the full SHA
    1fb1087 View commit details
    Browse the repository at this point in the history
  3. Update src/vs/workbench/api/common/extHostTerminalService.ts

    Co-authored-by: Daniel Imms <2193314+Tyriar@users.noreply.github.com>
    babakks and Tyriar committed Sep 14, 2022
    Copy the full SHA
    81a0d84 View commit details
    Browse the repository at this point in the history
  4. 🔨 Move new definition into a proposed .d.ts

    Signed-off-by: Babak K. Shandiz <babak.k.shandiz@gmail.com>
    babakks committed Sep 14, 2022
    Copy the full SHA
    687d524 View commit details
    Browse the repository at this point in the history
  5. 🐛 Fix missing variable definition

    Signed-off-by: Babak K. Shandiz <babak.k.shandiz@gmail.com>
    babakks committed Sep 14, 2022
    Copy the full SHA
    3e9188f View commit details
    Browse the repository at this point in the history
  6. 🔨 Add envShellEvent to API proposals type

    Signed-off-by: Babak K. Shandiz <babak.k.shandiz@gmail.com>
    babakks committed Sep 14, 2022
    Copy the full SHA
    d4a73d4 View commit details
    Browse the repository at this point in the history
  7. 🕵 Check extension has enabled envShellEvent proposed API

    Signed-off-by: Babak K. Shandiz <babak.k.shandiz@gmail.com>
    babakks committed Sep 14, 2022
    Copy the full SHA
    9b11b34 View commit details
    Browse the repository at this point in the history
  8. 💄 Improve style

    Signed-off-by: Babak K. Shandiz <babak.k.shandiz@gmail.com>
    babakks committed Sep 14, 2022
    Copy the full SHA
    fca8afc View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    c461129 View commit details
    Browse the repository at this point in the history