Skip to content

Commit d16d0fa

Browse files
Update link to settings API docs
1 parent 3b6f092 commit d16d0fa

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 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,4 @@ private static Setting.Enum MyEnumSetting { get; } = new(
176176
};
177177
```
178178

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

0 commit comments

Comments
 (0)