diff options
| author | ruki <[email protected]> | 2026-08-18 22:59:19 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2026-08-18 22:59:19 +0800 |
| commit | 2aa546158580815742081e447b9b7e8e1a198ede (patch) | |
| tree | 543d30fe2fcaa7ba91987e3b3e2bf02939e178d1 /xmake/plugins/format/main.lua | |
| parent | a6150b0a9bc7cd24081185a1d5acbd6772d5e138 (diff) | |
move some plugins to addons
Diffstat (limited to 'xmake/plugins/format/main.lua')
| -rw-r--r-- | xmake/plugins/format/main.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/xmake/plugins/format/main.lua b/xmake/plugins/format/main.lua index 408de0421..c8f50a15e 100644 --- a/xmake/plugins/format/main.lua +++ b/xmake/plugins/format/main.lua @@ -103,6 +103,10 @@ end -- main function main() + -- @note we cannot use utils.warning() here, it's queued and only shown at the end + cprint("${bright color.warning}${text.warning}: ${color.warning}the builtin `xmake format` plugin is deprecated, " .. + "please use the format-plugin addon: `xmake addon --install format-plugin`") + -- load configuration config.load() |
