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 5295ec0 commit 6f9e454Copy full SHA for 6f9e454
CHANGELOG.md
@@ -2,7 +2,7 @@
2
3
- Diagnostics related feature requests and improvements [#5951](https://github.com/dotnet/vscode-csharp/issues/5951)
4
- Debug from .csproj and .sln [#5876](https://github.com/dotnet/vscode-csharp/issues/5876)
5
-
+test
6
# Latest
7
* XAML IntelliSense for .NET MAUI (Issue: [#565](https://github.com/microsoft/vscode-dotnettools/issues/565))
8
* Controlled by preview feature flag `dotnet.enableXamlToolsPreview` which is on by default
azure-pipelines.yml
@@ -6,6 +6,9 @@ trigger:
- release
- prerelease
- main
9
+ paths:
10
+ exclude:
11
+ - *.md
12
13
pr:
14
- feature/*
0 commit comments