diff --git a/package.json b/package.json index 1040841f74..63500df7ee 100644 --- a/package.json +++ b/package.json @@ -3741,6 +3741,13 @@ "group": "2_dotnet@2" } ] - } + }, + "viewsWelcome": [ + { + "view": "debug", + "contents": "[Generate C# Assets for Build and Debug](command:dotnet.generateAssets)\n\nTo learn more about launch.json, see [Configuring launch.json for C# debugging](https://aka.ms/VSCode-CS-LaunchJson).", + "when": "debugStartLanguage == csharp" + } + ] } } \ No newline at end of file