From fb8dafbd304813e9d5f167795fc5661623aa4089 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20L=C3=BCthi?= Date: Wed, 16 Oct 2024 16:16:17 +0200 Subject: [PATCH] Use qgis binary on linux Co-authored-by: Damiano Lombardi --- .vscode/tasks.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 4bc189dd9..859420b85 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -58,7 +58,7 @@ "command": "C:\\OSGeo4W\\bin\\qgis-ltr-bin.exe" }, "linux": { - "command": "qgis-ltr" + "command": "qgis" } } ]