Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-32962

As a User I would like Qt Creator to make use of my devcontainer.json

    XMLWordPrintable

Details

    • Epic
    • Resolution: Unresolved
    • Not Evaluated
    • None
    • None
    • Docker
    • None
    • Devcontainer support

    Description

      devcontainers allow a user to combine a Docker Container with IDE specific settings.

      // For format details, see https://aka.ms/devcontainer.json. For config options, see the
      // README at: https://github.com/devcontainers/templates/tree/main/src/alpine
      {
          "name": "Minimum spec container (arm64)",
          "build": {
              "dockerfile": "../../tests/manual/docker/linux/Dockerfile-gcc-10",
              "options": [
                  "--platform=linux/arm64",
                  "--build-arg",
                  "platform=arm64"
              ]
          },
          "customizations": {
              "vscode": {
                  "extensions": [
                      "ms-vscode.cmake-tools",
                      "theqtcompany.qt"
                  ],
                  "settings": {
                      "qt-core.additionalQtPaths": [
                          "/6.7.0/gcc_arm64/bin/qtpaths"
                      ],
                  }
              }
          }
      }

      This can allow a user to prepare a full development environment for his colleagues.

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              madwinter Marcus Tillmanns
              madwinter Marcus Tillmanns
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes