From cd99e6166644f47779d02028a06ff972c149c529 Mon Sep 17 00:00:00 2001
From: David Dorchies <david.dorchies@inrae.fr>
Date: Thu, 19 Oct 2023 14:36:24 +0000
Subject: [PATCH] ci: update docker image for vsCode

Refs #175
---
 .devcontainer/devcontainer.json | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
index a70947c1..11cd7e6a 100644
--- a/.devcontainer/devcontainer.json
+++ b/.devcontainer/devcontainer.json
@@ -1,3 +1,11 @@
 {
-	"image": "rocker/verse:devel"
+	"image": "rocker/geospatial:devel",
+	"customizations": {
+		"vscode": {
+			"extensions": [
+				"eamodio.gitlens",
+				"REditorSupport.r"
+			]
+		}
+	}
 }
-- 
GitLab