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