diff options
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 |
