[gnome-builder/wip/albfan/vls-plugin] Do not force to run on host
- From: Alberto Fanjul <albfan src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/wip/albfan/vls-plugin] Do not force to run on host
- Date: Sat, 1 Jan 2022 12:26:17 +0000 (UTC)
commit 2bd62c8fcb0d59156574dd36cf0f274e6e231651
Author: Alberto Fanjul <albertofanjul gmail com>
Date: Sat Jan 1 13:25:57 2022 +0100
Do not force to run on host
src/plugins/vls/vala_langserv.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/plugins/vls/vala_langserv.py b/src/plugins/vls/vala_langserv.py
index 3b8c6578a..aa08cffc0 100644
--- a/src/plugins/vls/vala_langserv.py
+++ b/src/plugins/vls/vala_langserv.py
@@ -140,7 +140,7 @@ class VlsService(Ide.Object):
launcher = Ide.SubprocessLauncher()
launcher.set_flags(flags)
launcher.set_cwd(GLib.get_home_dir())
- launcher.set_run_on_host(True)
+ #launcher.set_run_on_host(True)
return launcher
@classmethod
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]