{ "id": "bazel-compile-commands", "version": "1.0.0", "name": "bazel-compile-commands (via Github Releases)", "documentationURL": "http://github.com/devcontainers-extra/features/tree/main/src/bazel-compile-commands", "description": "Generates compile_commands.json from Bazel builds.", "options": { "version": { "default": "latest", "description": "Version to install. Accepts 'latest' or a numeric version like '0.22.4'.", "proposals": [ "latest", "0.22.4" ], "type": "string" } }, "installsAfter": [ "ghcr.io/devcontainers-community/features/bazel" ] }