vscode: Add editorconfig to recommended extensions (#13537)

This commit is contained in:
xtqqczze 2020-09-01 05:48:32 +01:00 committed by GitHub
parent 0f02fd7f1d
commit fe44b1934e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,6 +2,7 @@
// See https://go.microsoft.com/fwlink/?LinkId=827846 // See https://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format // for the documentation about the extensions.json format
"recommendations": [ "recommendations": [
"editorconfig.editorconfig",
"ms-azure-devops.azure-pipelines", "ms-azure-devops.azure-pipelines",
"ms-vscode.cpptools", "ms-vscode.cpptools",
"ms-dotnettools.csharp", "ms-dotnettools.csharp",