From e30b41589621cb0bdb63a173b8fc886bf77b5492 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars=20K=C3=A5re=20Skj=C3=B8restad?= <10708951+larskaare@users.noreply.github.com> Date: Thu, 7 Dec 2023 11:56:39 +0000 Subject: [PATCH] Supress dotnet message --- .devcontainer/devcontainer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 27e72bc..eca5088 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -53,7 +53,8 @@ "liveServer.settings.root": "/docs", "liveServer.settings.donotShowInfoMsg": true, "terminal.integrated.shell.linux": "/usr/bin/zsh", - "terminal.integrated.defaultProfile.linux": "zsh" + "terminal.integrated.defaultProfile.linux": "zsh", + "csharp.suppressBuildAssetsNotification": true } }, "codespaces": {