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

[vscode] Support EnvironmentVariableCollection description #12696 #12838

Merged
merged 6 commits into from
Aug 25, 2023

Commits on Aug 16, 2023

  1. [vscode] Support EnvironmentVariableCollection description #12696

    * add new field to EnvironmentVariableCollection and implement interface
    
    Contributed on behalf of STMicroelectronics
    
    Signed-off-by: Johannes Faltermeier <jfaltermeier@eclipsesource.com>
    jfaltermeier committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    f45ef07 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. [vscode] Support EnvironmentVariableCollection description #12696

    * show information in UI
    
    Contributed on behalf of STMicroelectronics
    
    Signed-off-by: Johannes Faltermeier <jfaltermeier@eclipsesource.com>
    jfaltermeier committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    10df2a8 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. [vscode] Support EnvironmentVariableCollection description #12696

    * fix toolbar item visibility
    
    Contributed on behalf of STMicroelectronics
    
    Signed-off-by: Johannes Faltermeier <jfaltermeier@eclipsesource.com>
    jfaltermeier committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    c27c87d View commit details
    Browse the repository at this point in the history
  2. [vscode] Support EnvironmentVariableCollection description #12696

    * add description to SerializableExtensionEnvironmentVariableCollection
    and use as DTO in $setEnvironmentVariableCollection
    * add fromMarkdownOrString method to converter
    * review comments
    
    Contributed on behalf of STMicroelectronics
    
    Signed-off-by: Johannes Faltermeier <jfaltermeier@eclipsesource.com>
    jfaltermeier committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    b80c556 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. [vscode] Introduce EnhancedPreviewWidget interface #12696

    * allow widgets to customize the enhanced preview node
    
    Contributed on behalf of STMicroelectronics
    
    Signed-off-by: Johannes Faltermeier <jfaltermeier@eclipsesource.com>
    jfaltermeier committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    81de14d View commit details
    Browse the repository at this point in the history
  2. [vscode] Support EnvironmentVariableCollection description #12696

    * implement enhanced preview for terminal widget
    * remove terminal info toolbar item
    
    Contributed on behalf of STMicroelectronics
    
    Signed-off-by: Johannes Faltermeier <jfaltermeier@eclipsesource.com>
    jfaltermeier committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    bab13b9 View commit details
    Browse the repository at this point in the history