From 05817a8866aca80b618970bb41a2c91a5ae6f268 Mon Sep 17 00:00:00 2001 From: Marcel Baumgartner <68913099+Marcel-Baumgartner@users.noreply.github.com> Date: Wed, 6 Sep 2023 14:05:38 +0200 Subject: [PATCH] Added devcontainer for testing --- .devcontainers/devcontainer.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .devcontainers/devcontainer.json diff --git a/.devcontainers/devcontainer.json b/.devcontainers/devcontainer.json new file mode 100644 index 0000000..2ce1666 --- /dev/null +++ b/.devcontainers/devcontainer.json @@ -0,0 +1,20 @@ +{ + "name": "C# (.NET)", + "image": "mcr.microsoft.com/devcontainers/dotnet:0-6.0", + + "customizations": { + "vscode": { + "settings": {}, + "extensions": [ + "streetsidesoftware.code-spell-checker" + ] + } + }, + + "portsAttributes": { + "5118": { + "label": "Moonlight", + "onAutoForward": "notify" + } + } +} \ No newline at end of file