Skip to content

Commit

Permalink
Recommend Azure DevOps extension inside VS-Code for better YAML editi…
Browse files Browse the repository at this point in the history
…ng. (#8403)

This enhances the editing experience for YAML inside VS-Code (syntax highlighting and autocompletion).
For more details, see https://marketplace.visualstudio.com/items?itemName=ms-azure-devops.azure-pipelines
  • Loading branch information
bergmeister authored and TravisEz13 committed Dec 7, 2018
1 parent b55dc80 commit 2f2b5d0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// See https://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"ms-azure-devops.azure-pipelines",
"ms-vscode.cpptools",
"ms-vscode.csharp",
"ms-vscode.PowerShell",
Expand Down
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,8 @@
"powershell.codeFormatting.whitespaceAroundOperator": true,

// Adds a space after a separator (',' and ';').
"powershell.codeFormatting.whitespaceAfterSeparator": true
"powershell.codeFormatting.whitespaceAfterSeparator": true,
"files.associations": {
"*.yml": "azure-pipelines"
}
}

0 comments on commit 2f2b5d0

Please sign in to comment.