You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 5, 2025. It is now read-only.
*[Dev Home GitHub Extension](https://aka.ms/devhomegithubextension)
@@ -16,14 +15,12 @@ Related repositories include:
16
15
17
16
> **Note**: The Dev Home GitHub Extension requires Dev Home. Dev Home requires Windows 11 21H2 (build 22000) or later.
18
17
19
-
### Microsoft Store [Recommended]
20
-
21
-
Install [Dev Home from the Microsoft Store](https://aka.ms/devhome) and the Dev Home GitHub Extension will automatically be installed on first launch of Dev Home.
22
-
This allows you to always be on the latest version when we release new builds with automatic upgrades.
18
+
### Dev Home Extensions library [Recommended]
19
+
You can install the Dev Home GitHub Extension from the Extensions library within Dev Home. This page can be found in the left-hand navigation pane. The list of available extensions will provide links to install from the store.
23
20
24
-
This is our preferred method.
21
+
### Microsoft Store
25
22
26
-
You can also install the Dev Home GitHub Extension from its own[Microsoft Store listing](https://aka.ms/devhomegithubextension).
23
+
You can also install the Dev Home GitHub Extension directly from its [Microsoft Store listing](https://aka.ms/devhomegithubextension).
27
24
28
25
### Other install methods
29
26
@@ -39,11 +36,11 @@ Please take a few minutes to review the overview below before diving into the co
39
36
40
37
### Widgets
41
38
42
-
The Dev Home GitHub Extension provides widgets for Dev Home's dashboard, which is built as a Windows widget renderer. These widgets are built using the Windows widget platform, which relies on Adaptive Cards.
39
+
The Dev Home GitHub Extension provides widgets for Dev Home's dashboard, which is built as a Windows widget renderer. These widgets are built using the [Windows widget platform](https://learn.microsoft.com/windows/apps/design/widgets/), which relies on [Adaptive Cards](https://learn.microsoft.com/windows/apps/design/widgets/widgets-create-a-template).
The machine configuration tool utilizes the Dev Home GitHub Extension to recommend repositories to clone, but isn't required to clone and install apps. The app installation tool is powered by winget.
43
+
The machine configuration tool utilizes the Dev Home GitHub Extension to recommend repositories to clone, but isn't required to clone and install apps. The app installation tool is powered by [winget](https://learn.microsoft.com/windows/package-manager/winget).
47
44
48
45
---
49
46
@@ -67,9 +64,8 @@ Please file new issues, feature requests and suggestions, but **DO search for si
67
64
68
65
If you would like to ask a question that you feel doesn't warrant an issue (yet), please reach out to us via Twitter:
* Clint Rutkas, Principal Product Manager: [@clintrutkas](https://twitter.com/clintrutkas)
73
69
74
70
## Developer guidance
75
71
@@ -80,7 +76,7 @@ If you would like to ask a question that you feel doesn't warrant an issue (yet)
80
76
81
77
* Clone the repository
82
78
* Uninstall the Preview version of the Dev Home GitHub Extension (Dev Home has a hard time choosing which extension to use if two versions exist)
83
-
* Open the GITServices.sln in Visual Studio 2022 or later, and build from the IDE, or run build.ps1 from a Visual Studio command prompt.
79
+
* Open `GitHubExtension.sln` in Visual Studio 2022 or later and build from the IDE, or run `build\scripts\build.ps1` from a Visual Studio command prompt.
84
80
85
81
### OAuth App
86
82
Since secrets cannot be checked in to the repository, developers must create their own test OAuth app for local tests.
@@ -89,8 +85,6 @@ Follow this link https://docs.github.com/en/developers/apps/building-oauth-apps/
89
85
90
86
The OAuth App ClientId and ClientSecret can be added as environment variables using the following instructions:
0 commit comments