Module: kamailio Branch: master Commit: 0aa58fe66845cb1b4fe1b6d14fbb73df1bdfb640 URL: https://github.com/kamailio/kamailio/commit/0aa58fe66845cb1b4fe1b6d14fbb73df1bdfb640
Author: Victor Seva <linuxman...@torreviejawireless.org> Committer: Victor Seva <linuxman...@torreviejawireless.org> Date: 2024-12-11T21:11:03+01:00 devcontainer: add cmake and cmake extensions [skip ci] --- Modified: .devcontainer/Dockerfile Modified: .devcontainer/devcontainer.json --- Diff: https://github.com/kamailio/kamailio/commit/0aa58fe66845cb1b4fe1b6d14fbb73df1bdfb640.diff Patch: https://github.com/kamailio/kamailio/commit/0aa58fe66845cb1b4fe1b6d14fbb73df1bdfb640.patch --- diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 50a901b764a..1a493a5f72a 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -3,7 +3,7 @@ FROM mcr.microsoft.com/devcontainers/base:bookworm RUN apt-get update && \ export DEBIAN_FRONTEND=noninteractive && \ apt-get -y install --no-install-recommends \ - apt-utils dialog clang-format clang pbuilder + apt-utils dialog clang-format clang pbuilder cmake # bookworm packaging RUN mkdir -p /usr/local/src/pkg diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 2a0413eae4d..2a307c79e3e 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -28,7 +28,9 @@ "ms-vscode.cpptools-extension-pack", "GitHub.vscode-github-actions", "eamodio.gitlens", - "xaver.clang-format" + "xaver.clang-format", + "cheshirekow.cmake-format", + "brobeson.vscode-cmake-lint" ] } }, _______________________________________________ Kamailio - Development Mailing List -- sr-dev@lists.kamailio.org To unsubscribe send an email to sr-dev-le...@lists.kamailio.org Important: keep the mailing list in the recipients, do not reply only to the sender!