Skip to content

Commit 5ee6f25

Browse files
Merge pull request #12990 from heiligerdankgesang/extensibilitySampleUpdate
Update link to settings API docs
2 parents 49a8ece + 89b797e commit 5ee6f25

File tree

1 file changed

+3
-2
lines changed
  • docs/extensibility/visualstudio.extensibility/settings

1 file changed

+3
-2
lines changed

docs/extensibility/visualstudio.extensibility/settings/settings.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Settings overview
33
description: An overview of VisualStudio.Extensibility settings
44
ms.topic: overview
5-
ms.date: 8/9/2024
5+
ms.date: 08/09/2024
66
ms.author: maiak
77
monikerRange: ">=vs-2022"
88
author: maiak
@@ -176,4 +176,5 @@ private static Setting.Enum MyEnumSetting { get; } = new(
176176
};
177177
```
178178

179-
More information can be found in the API documentation.
179+
## Related content
180+
More information can be found in the [Settings API documentation](/dotnet/api/microsoft.visualstudio.extensibility.settings).

0 commit comments

Comments
 (0)