From 5246ba61159d1b2655d1eca97bf59dadf133b32b Mon Sep 17 00:00:00 2001 From: Kevin Boshold Date: Wed, 31 Jul 2024 19:30:09 +0000 Subject: [PATCH] Added scenario --- test/neovim-source/scenarios.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/test/neovim-source/scenarios.json b/test/neovim-source/scenarios.json index aa4ca5b..1c4a17e 100644 --- a/test/neovim-source/scenarios.json +++ b/test/neovim-source/scenarios.json @@ -6,5 +6,14 @@ "version": "stable" } } - } + }, + "install_neovim_bookworm_0_9": { + "image": "mcr.microsoft.com/devcontainers/base:1-bookworm", + "features": { + "neovim-source": { + "version": "0.9" + } + } +} + }