Uploaded image for project: 'Red Hat OpenShift Dev Spaces (formerly CodeReady Workspaces) '
  1. Red Hat OpenShift Dev Spaces (formerly CodeReady Workspaces)
  2. CRW-7258

Add the ability to show banner message inside the Editor (top of the screen)

XMLWordPrintable

    • False
    • None
    • False
    • Release Notes
    • Hide
      = Ability to apply Visual Studio Code editor configurations from a ConfigMap

      With this release, you can apply specific configuration properties to the Visual Studio Code - Open Source ("Code - OSS") editor using a dedicated ConfigMap:

      [source, yaml]
      ----
      apiVersion: v1
      kind: ConfigMap
      metadata:
        name: vscode-editor-configurations
      data:
        extensions.json: |
          {
            "recommendations": [
                "dbaeumer.vscode-eslint",
                "github.vscode-pull-request-github"
            ]
          }
        settings.json: |
          {
            "window.header": "SOME HEADER MESSAGE",
            "window.commandCenter": false,
            "workbench.colorCustomizations": {
              "titleBar.activeBackground": "#CCA700",
              "titleBar.activeForeground": "#ffffff"
            }
          }
      immutable: false
      ----

      Learn more about this feature in the DOWNSTREAM LINK [official documentation].

      https://eclipse.dev/che/docs/stable/administration-guide/editor-configurations-for-microsoft-visual-studio-code/
      Show
      = Ability to apply Visual Studio Code editor configurations from a ConfigMap With this release, you can apply specific configuration properties to the Visual Studio Code - Open Source ("Code - OSS") editor using a dedicated ConfigMap: [source, yaml] ---- apiVersion: v1 kind: ConfigMap metadata:   name: vscode-editor-configurations data:   extensions.json: |     {       "recommendations": [           "dbaeumer.vscode-eslint",           "github.vscode-pull-request-github"       ]     }   settings.json: |     {       "window.header": "SOME HEADER MESSAGE",       "window.commandCenter": false,       "workbench.colorCustomizations": {         "titleBar.activeBackground": "#CCA700",         "titleBar.activeForeground": "#ffffff"       }     } immutable: false ---- Learn more about this feature in the DOWNSTREAM LINK [official documentation]. https://eclipse.dev/che/docs/stable/administration-guide/editor-configurations-for-microsoft-visual-studio-code/
    • Enhancement
    • In Progress

      The customer wants to be able to show a banner message inside the Editor when it first opens. It is the same as the banner message that appears in the Dashboard.

              rnikiten Roman Nikitenko
              rafael.soares Rafael Soares
              Valerii Svydenko Valerii Svydenko
              Jana Vrbkova Jana Vrbkova
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: