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

11503 terminal profile api 2 #60

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Jan 17, 2023

  1. Support for terminal profiles. Fixes eclipse-theia#11503

    - UI and service to manage terminal profiles
    - Handle profiles in preferences according to VS Code schema
    - API and contribution markup for contributing profiles and activation
    event handling
    
    contributed on behalf of STMicroelectronics
    
    Signed-off-by: Thomas Mäder <[email protected]>
    tsmaeder committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    cfabf39 View commit details
    Browse the repository at this point in the history
  2. Addressed first batch of comments

    Signed-off-by: Thomas Mäder <[email protected]>
    tsmaeder committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    eadd849 View commit details
    Browse the repository at this point in the history
  3. Use single string constants for i18n default strings

    Signed-off-by: Thomas Mäder <[email protected]>
    tsmaeder committed Jan 17, 2023
    Configuration menu
    Copy the full SHA
    7293a08 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

  1. Renamed profile:new

    Signed-off-by: Thomas Mäder <[email protected]>
    tsmaeder committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    221976a View commit details
    Browse the repository at this point in the history