Update instructions/vsixtoolkit.instructions.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Mads Kristensen
2026-01-12 10:39:17 -08:00
committed by GitHub
parent b703c76d09
commit a54408d8f8

View File

@@ -382,7 +382,7 @@ VS.Events.DocumentEvents.Saved += OnDocumentSaved;
// Read settings synchronously
var value = General.Instance.MyOption;
// Read settings asynchronously
// Read settings asynchronously
var general = await General.GetLiveInstanceAsync();
var value = general.MyOption;