diff options
| author | Jérôme Leclercq <[email protected]> | 2025-11-17 15:03:38 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-11-17 15:03:38 +0100 |
| commit | a2bfebfb876e9aaf514eaf24b47002802e3e87fd (patch) | |
| tree | aeef88d5e56bfff2a57a33c120c120ca21072ecd /xmake/plugins | |
| parent | 77f00b9a773f3e26cfc32fd18502789018807b91 (diff) | |
Update xmake project help message for vs2026
Diffstat (limited to 'xmake/plugins')
| -rw-r--r-- | xmake/plugins/project/xmake.lua | 4 |
1 files 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 |
