Resources/Editor/VSCode/extensions.json
1 2 3 4 5 6 7 8 9 |
{
// See http://go.microsoft.com/fwlink/?LinkId=827846 // for the documentation about the extensions.json format "recommendations": [ "ms-vscode.PowerShell", "ryanluker.vscode-coverage-gutters", "DavidAnson.vscode-markdownlint" ] } |