From 44079cd2faa10586fe622ba339b4aa725a334863 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Th=C3=A9o=20Le=20Calvar?= <theo.le-calvar@imt-atlantique.fr>
Date: Thu, 18 Aug 2022 11:18:12 +0200
Subject: [PATCH] add default command to the download and install task so that
 VS Code does not complains on linux

---
 .vscode/tasks.json | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.vscode/tasks.json b/.vscode/tasks.json
index acb2132..4a2d46d 100644
--- a/.vscode/tasks.json
+++ b/.vscode/tasks.json
@@ -12,6 +12,7 @@
         {
             "label": "Download and install the windows dependencies (Windows10)",
             "type": "shell",
+            "command": "echo 'nothing to do'",
             "windows": {
                 "command": [
                     "if (Test-Path -Path 'C:\\sextant') {rmdir -r C:\\sextant};",
-- 
GitLab