We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3d5d61 commit f49ed17Copy full SHA for f49ed17
.github/workflows/build.yml
@@ -3,9 +3,11 @@ name: CI Build
3
env:
4
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
5
DOTNET_CLI_TELEMETRY_OPTOUT: true
6
- BUILD_VERSION: 1.4.1
+ BUILD_VERSION: 1.5.0
7
PACKAGE_RELEASE_NOTES: |
8
- Fixes CodeHighlightThemeNameProperty resolving
+ Updates the tfm and packages
9
+ Disable IsEditable when IsDynamicCodeSupported false
10
+ Add exception handlers to TextMate loading
11
# NOTE: Instead of , use %2c
12
13
on:
0 commit comments