Skip to content

Commit

Permalink
Add Debug Welcome View (#4797)
Browse files Browse the repository at this point in the history
* Add Debug Welcome View

This PR adds a welcome view when the debug language detected is C#.

* Use aka.ms link
  • Loading branch information
WardenGnaw authored Oct 5, 2021
1 parent 3239a42 commit fcd81db
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
}
}

0 comments on commit fcd81db

Please sign in to comment.