[gnome-builder/wip/gtk4-port: 1126/1774] plugins: fix some incorrect status message output
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/wip/gtk4-port: 1126/1774] plugins: fix some incorrect status message output
- Date: Mon, 11 Jul 2022 22:31:35 +0000 (UTC)
commit 962241c60607668db91e9a5513a3b88c2cfeec0f
Author: Christian Hergert <chergert redhat com>
Date: Mon May 23 15:21:02 2022 -0700
plugins: fix some incorrect status message output
src/plugins/meson.build | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/plugins/meson.build b/src/plugins/meson.build
index b85ed9ce4..613b614f4 100644
--- a/src/plugins/meson.build
+++ b/src/plugins/meson.build
@@ -192,6 +192,7 @@ status += [
'Qemu ................................. : @0@'.format(get_option('plugin_qemu')),
'Quick Highlight ...................... : @0@'.format(get_option('plugin_quick_highlight')),
'Retab ................................ : @0@'.format(get_option('plugin_retab')),
+ 'rstcheck ............................. : @0@'.format(get_option('plugin_rstcheck')),
'Rubocop .............................. : @0@'.format(get_option('plugin_rubocop')),
'Spellcheck ........................... : @0@'.format(get_option('plugin_spellcheck')),
'Stylelint ............................ : @0@'.format(get_option('plugin_stylelint')),
@@ -212,9 +213,8 @@ status += [
'gnome-builder-clang .. (C, C++, Obj-C) : @0@'.format(get_option('plugin_clang')),
'clangd ............... (C, C++, Obj-C) : @0@ (Not Suggested)'.format(get_option('plugin_clangd')),
'gpls ............................ (Go) : @0@'.format(get_option('plugin_go_langserv')),
- 'intelephense ....................(PHP) : @0@'.format(get_option('plugin_intelephense')),
+ 'intelephense ................... (PHP) : @0@'.format(get_option('plugin_intelephense')),
'jedi-language-server ........ (Python) : @0@'.format(get_option('plugin_jedi_language_server')),
- 'rstcheck ...........(reStructuredText) : @0@'.format(get_option('plugin_rstcheck')),
'rust-analyzer ................. (Rust) : @0@'.format(get_option('plugin_rust_analyzer')),
'ts-language-server ... (JS/TypeScript) : @0@'.format(get_option('plugin_ts_language_server')),
'gvls .......................... (Vala) : @0@'.format(get_option('plugin_gvls')),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]