Skip to content

Commit 1cd95b2

Browse files
[Rollback Commit] Rebuild LKG Commit
1 parent 6c788db commit 1cd95b2

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ All notable changes to the Azure Pipelines extension will be documented in this
33

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

6+
## 1.247.3
7+
### Fixed
8+
- Rebuilding main branch to rollback version 1.247.2
9+
610
## 1.237.0
711
### Added
812
- Added go-to-definition support for local templates (thanks @Stuart-Wilcox!)

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "azure-pipelines",
33
"displayName": "Azure Pipelines",
44
"description": "Syntax highlighting, IntelliSense, and more for Azure Pipelines YAML",
5-
"version": "1.237.0",
5+
"version": "1.247.3",
66
"publisher": "ms-azure-devops",
77
"aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217",
88
"repository": {

service-schema.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "http://json-schema.org/draft-07/schema#",
33
"$id": "https://github.com/Microsoft/azure-pipelines-vscode/blob/main/service-schema.json",
4-
"$comment": "v1.235.0",
4+
"$comment": "v1.247.3",
55
"title": "Pipeline schema",
66
"description": "A pipeline definition",
77
"oneOf": [

0 commit comments

Comments
 (0)