From a2bfebfb876e9aaf514eaf24b47002802e3e87fd Mon Sep 17 00:00:00 2001 From: Jérôme Leclercq Date: Mon, 17 Nov 2025 15:03:38 +0100 Subject: Update xmake project help message for vs2026 --- xmake/plugins/project/xmake.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xmake/plugins/project/xmake.lua b/xmake/plugins/project/xmake.lua index bc6b7c743..15333d58b 100644 --- a/xmake/plugins/project/xmake.lua +++ b/xmake/plugins/project/xmake.lua @@ -46,8 +46,8 @@ task("project") , " - xcode" , " - compile_flags" , " - compile_commands (clang compilation database with json format)" - , " - vs (auto detect), vs2002 - vs2022" - , " - vsxmake (auto detect), vsxmake2010 ~ vsxmake2022" + , " - vs (auto detect), vs2002 - vs2026" + , " - vsxmake (auto detect), vsxmake2010 ~ vsxmake2026" , values = function (complete, opt) if not complete then return end -- cgit v1.3.1