From 6538da552bc87c6fdbbb9bddaead2175fd0fa54c Mon Sep 17 00:00:00 2001 From: Esteve Fernandez Date: Sun, 14 Jun 2026 14:35:58 +0200 Subject: [PATCH] feat: support Visual Studio 2026 Signed-off-by: Esteve Fernandez --- colcon_cmake/task/cmake/build.py | 1 + 1 file changed, 1 insertion(+) diff --git a/colcon_cmake/task/cmake/build.py b/colcon_cmake/task/cmake/build.py index ad72839..17149e5 100644 --- a/colcon_cmake/task/cmake/build.py +++ b/colcon_cmake/task/cmake/build.py @@ -152,6 +152,7 @@ async def _reconfigure(self, args, env): 'VisualStudioVersion is not set, ' 'please run within a Visual Studio Command Prompt.') supported_vsv = { + '18.0': 'Visual Studio 18 2026', '17.0': 'Visual Studio 17 2022', '16.0': 'Visual Studio 16 2019', '15.0': 'Visual Studio 15 2017',