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.
2 parents 49a8ece + 89b797e commit 5ee6f25Copy full SHA for 5ee6f25
docs/extensibility/visualstudio.extensibility/settings/settings.md
@@ -2,7 +2,7 @@
2
title: Settings overview
3
description: An overview of VisualStudio.Extensibility settings
4
ms.topic: overview
5
-ms.date: 8/9/2024
+ms.date: 08/09/2024
6
ms.author: maiak
7
monikerRange: ">=vs-2022"
8
author: maiak
@@ -176,4 +176,5 @@ private static Setting.Enum MyEnumSetting { get; } = new(
176
};
177
```
178
179
-More information can be found in the API documentation.
+## Related content
180
+More information can be found in the [Settings API documentation](/dotnet/api/microsoft.visualstudio.extensibility.settings).
0 commit comments