[gnome-builder/1554-gvls-switch-to-builder-41-to-gvls-20-1: 10/12] GVls: repository URL




commit 21ebec9768393bf4ff079f2874d8061daabe5feb
Author: Daniel Espinosa Ortiz <daniel espinosao cfe mx>
Date:   Tue Dec 21 17:14:34 2021 -0600

    GVls: repository URL
    
    Also fixing Plugins' names, in order to avoid conflicts with VLS.

 build-aux/flatpak/org.gnome.Builder.json | 2 +-
 src/plugins/meson.build                  | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/build-aux/flatpak/org.gnome.Builder.json b/build-aux/flatpak/org.gnome.Builder.json
index b6267aa6b..62f376fbd 100644
--- a/build-aux/flatpak/org.gnome.Builder.json
+++ b/build-aux/flatpak/org.gnome.Builder.json
@@ -592,7 +592,7 @@
             "sources" : [
                 {
                     "type" : "git",
-                    "path" : "/home/despinosa/Projects/gvls",
+                    "path" : "https://gitlab.gnome.org/esodan/gvls.git";,
                     "tag" : "gvls-20.1"
                 }
             ]
diff --git a/src/plugins/meson.build b/src/plugins/meson.build
index e96e017a1..5d8d37e54 100644
--- a/src/plugins/meson.build
+++ b/src/plugins/meson.build
@@ -210,8 +210,8 @@ status += [
   'Todo .................. : @0@'.format(get_option('plugin_todo')),
   'TS/JS Language Server.. : @0@'.format(get_option('plugin_ts_language_server')),
   'Update Manager ........ : @0@'.format(get_option('plugin_update_manager')),
-  'GNOME Vala Lang Server. : @0@'.format(get_option('plugin_gvls')),
-  'Alternate Vala Lang Srv : @0@'.format(get_option('plugin_vls')),
+  'GVls Vala Lang Server . : @0@'.format(get_option('plugin_gvls')),
+  'Vala Language Server .. : @0@'.format(get_option('plugin_vls')),
   'Vala Pack ............. : @0@'.format(get_option('plugin_vala')),
   'Vagrant ............... : @0@'.format(get_option('plugin_vagrant')),
   'Valgrind .............. : @0@'.format(get_option('plugin_valgrind')),


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]