mirror of
https://github.com/github/awesome-copilot.git
synced 2026-02-23 20:05:12 +00:00
Update instructions/vsixtoolkit.instructions.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -382,7 +382,7 @@ VS.Events.DocumentEvents.Saved += OnDocumentSaved;
|
|||||||
// Read settings synchronously
|
// Read settings synchronously
|
||||||
var value = General.Instance.MyOption;
|
var value = General.Instance.MyOption;
|
||||||
|
|
||||||
// Read settings asynchronously
|
// Read settings asynchronously
|
||||||
var general = await General.GetLiveInstanceAsync();
|
var general = await General.GetLiveInstanceAsync();
|
||||||
var value = general.MyOption;
|
var value = general.MyOption;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user