Skip to content

Commit 76aac85

Browse files
authored
Bump xamlTools to fix "Color" auto-completion and code navigation (#8740)
2 parents 6df3a51 + 1dec96f commit 76aac85

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
- Debug from .csproj and .sln [#5876](https://github.com/dotnet/vscode-csharp/issues/5876)
55

66
# 2.97.x
7+
* Bump xamlTools to 18.3.11128.18 (PR: [#8669](https://github.com/dotnet/vscode-csharp/pull/8740))
78
* Update target framework in Razor integration test (PR: [#8729](https://github.com/dotnet/vscode-csharp/pull/8729))
89
* Use global.json with rollforward instead of pipeline versions (PR: [#8722](https://github.com/dotnet/vscode-csharp/pull/8722))
910
* Update RoslynCopilot url to 18.3.72-alpha (PR: [#8726](https://github.com/dotnet/vscode-csharp/pull/8726))

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"omniSharp": "1.39.14",
4545
"razor": "10.0.0-preview.25552.2",
4646
"razorOmnisharp": "7.0.0-preview.23363.1",
47-
"xamlTools": "18.0.11023.10"
47+
"xamlTools": "18.3.11128.18"
4848
},
4949
"main": "./dist/extension",
5050
"l10n": "./l10n",
@@ -5642,4 +5642,4 @@
56425642
}
56435643
}
56445644
}
5645-
}
5645+
}

0 commit comments

Comments
 (0)