[gnome-builder] gvls: dont try to run gvls from host
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] gvls: dont try to run gvls from host
- Date: Sat, 4 Jan 2020 19:44:02 +0000 (UTC)
commit 6dc589220a364c5731d4424572aaefccb05bf843
Author: Christian Hergert <chergert redhat com>
Date: Sat Jan 4 11:44:03 2020 -0800
gvls: dont try to run gvls from host
This is bundled, and should always be in the Builder $PATH.
src/plugins/gvls/gvls_plugin.py | 1 -
1 file changed, 1 deletion(-)
---
diff --git a/src/plugins/gvls/gvls_plugin.py b/src/plugins/gvls/gvls_plugin.py
index a60a9533f..8c322b76d 100644
--- a/src/plugins/gvls/gvls_plugin.py
+++ b/src/plugins/gvls/gvls_plugin.py
@@ -164,7 +164,6 @@ class GVlsService(Ide.Object):
launcher = Ide.SubprocessLauncher()
launcher.set_flags(flags)
launcher.set_cwd(GLib.get_home_dir())
- launcher.set_run_on_host(True)
return launcher
@classmethod
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]