Skip to content

Commit

Permalink
Merge pull request #294 from microsoft/s163-schema
Browse files Browse the repository at this point in the history
S163 schema bump
  • Loading branch information
vtbassmatt authored Jan 22, 2020
2 parents 808f687 + 4a7b231 commit 58b7181
Show file tree
Hide file tree
Showing 4 changed files with 14,202 additions and 11,868 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ All notable changes to the Azure Pipelines extension will be documented in this

The format is based on [Keep a Changelog](http://keepachangelog.com/). Versioning follows an internal Azure DevOps format that is not compatible with SemVer.

## 1.165.0
### Fixed
- updated schema to M163
- editor.autoIndent setting is updated from a bool to a string

## 1.157.5
### Added
- Added YAML Templates and detection logic for Function App
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "azure-pipelines",
"displayName": "Azure Pipelines",
"description": "Syntax highlighting, IntelliSense, and more for Azure Pipelines YAML",
"version": "1.157.4",
"version": "1.165.0",
"publisher": "ms-azure-devops",
"aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217",
"repository": {
Expand Down Expand Up @@ -88,7 +88,7 @@
"comments": false,
"strings": true
},
"editor.autoIndent": false
"editor.autoIndent": "full"
}
},
"commands": [
Expand Down
Loading

0 comments on commit 58b7181

Please sign in to comment.