[gnome-builder/1554-gvls-switch-to-builder-41-to-gvls-20-1] GVls: status description update



commit 8edd3f0d4336cb5f2eb815b3ea8b15b72b257b4b
Author: Daniel Espinosa Ortiz <esodan gmail com>
Date:   Wed Oct 20 18:23:43 2021 -0500

    GVls: status description update
    
    VLS reclaims the 'Vala Language Server' name for its
    plugin, but that was already taken by GVls.
    
    In order to avoid confusions and confuse the developers
    about the name, the names was updated to reflect
    the current status and the law 'first in time, first in right'

 build-aux/flatpak/org.gnome.Builder.json | 7 +++----
 src/plugins/meson.build                  | 4 ++--
 2 files changed, 5 insertions(+), 6 deletions(-)
---
diff --git a/build-aux/flatpak/org.gnome.Builder.json b/build-aux/flatpak/org.gnome.Builder.json
index 53bebde59..656b9ed55 100644
--- a/build-aux/flatpak/org.gnome.Builder.json
+++ b/build-aux/flatpak/org.gnome.Builder.json
@@ -61,8 +61,7 @@
         "env" : {
             "V" : "1",
             "BASH_COMPLETIONSDIR" : "/app/share/bash-completion/completions",
-            "MOUNT_FUSE_PATH" : "../tmp/",
-            "JSONRPC_DEBUG" : "1"
+            "MOUNT_FUSE_PATH" : "../tmp/"
         },
         "prepend-path" : "/usr/lib/sdk/llvm12/bin",
         "prepend-ld-library-path" : "/usr/lib/sdk/llvm12/lib"
@@ -592,8 +591,8 @@
             "sources" : [
                 {
                     "type" : "git",
-                    "url" : "https://gitlab.gnome.org/esodan/gvls.git";,
-                    "branch": "gvls-20.0"
+                    "path" : "/home/despinosa/Projects/gvls",
+                    "branch" : "gvls-20"
                 }
             ]
         },
diff --git a/src/plugins/meson.build b/src/plugins/meson.build
index fe7ee0ae9..7d4e6951d 100644
--- a/src/plugins/meson.build
+++ b/src/plugins/meson.build
@@ -202,8 +202,8 @@ status += [
   'Sysroot ............... : @0@'.format(get_option('plugin_sysroot')),
   'Todo .................. : @0@'.format(get_option('plugin_todo')),
   'Update Manager ........ : @0@'.format(get_option('plugin_update_manager')),
-  'GNOME Vala LS ......... : @0@'.format(get_option('plugin_gvls')),
-  'Vala Language Server .. : @0@'.format(get_option('plugin_vls')),
+  'GNOME Vala Lang Server. : @0@'.format(get_option('plugin_gvls')),
+  'Alternate Vala Lang Srv : @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]