From 534e872d7dcd2755b286681f38bfc789408c8531 Mon Sep 17 00:00:00 2001 From: Denzel <> Date: Fri, 6 Jun 2025 14:55:24 +0200 Subject: [PATCH 1/2] chore(ci): bump ubuntu version to 22.04 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3424973f..fc6d6226 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,7 +11,7 @@ on: jobs: format: name: Format - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - name: Clone repo uses: actions/checkout@v2 From a4d88007dd31012fbab06aa08de52f8bec8bea18 Mon Sep 17 00:00:00 2001 From: Denzel <> Date: Fri, 6 Jun 2025 14:57:26 +0200 Subject: [PATCH 2/2] chore: fix formatting issue --- lua/cmake-tools/const.lua | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lua/cmake-tools/const.lua b/lua/cmake-tools/const.lua index 5de81378..55f41d96 100644 --- a/lua/cmake-tools/const.lua +++ b/lua/cmake-tools/const.lua @@ -15,11 +15,11 @@ local const = { end, -- this is used to specify generate directory for cmake cmake_compile_commands_options = { action = "soft_link", -- available options: soft_link, copy, lsp, none - -- soft_link: this will automatically make a soft link from compile commands file to target - -- copy: this will automatically copy compile commands file to target - -- lsp: this will automatically set compile commands file location using lsp - -- none: this will make this option ignored - target = vim.loop.cwd() -- path to directory, this is used only if action == "soft_link" or action == "copy" + -- soft_link: this will automatically make a soft link from compile commands file to target + -- copy: this will automatically copy compile commands file to target + -- lsp: this will automatically set compile commands file location using lsp + -- none: this will make this option ignored + target = vim.loop.cwd(), -- path to directory, this is used only if action == "soft_link" or action == "copy" }, cmake_kits_path = nil, -- this is used to specify global cmake kits path, see CMakeKits for detailed usage cmake_variants_message = {