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




commit c430525237a3f2a645bdf182233ddb96f70e2920
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 bbe5ff94f..fa222c3f8 100644
--- a/build-aux/flatpak/org.gnome.Builder.json
+++ b/build-aux/flatpak/org.gnome.Builder.json
@@ -62,8 +62,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"
@@ -593,8 +592,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 5d8f36969..e96e017a1 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 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]