PowerShell/.vscode/extensions.json
RDIL 892262fa6d Promote https (#8160)
* Promote https in extensions.json
* Promote https in code-of-conduct
2018-11-01 11:55:53 +05:00

12 lines
280 B
JSON

{
// See https://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"ms-vscode.cpptools",
"ms-vscode.csharp",
"ms-vscode.PowerShell",
"twxs.cmake",
"DavidAnson.vscode-markdownlint"
]
}