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 21, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+15-1Lines changed: 15 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ Beta releases will have `(beta)` in their title in the gallery, following the ve
26
26
27
27
Clone the repository and its submodules in a git GUI client or via the command line:
28
28
29
-
```
29
+
```txt
30
30
git clone https://github.com/github/VisualStudio
31
31
cd VisualStudio
32
32
git submodule init
@@ -40,6 +40,20 @@ To be able to use the GitHub API, you'll need to:
40
40
-[Register a new developer application](https://github.com/settings/developers) in your profile.
41
41
- Open [src/GitHub.App/Api/ApiClientConfiguration.cs](src/GitHub.App/Api/ApiClientConfiguration.cs) and fill out the clientId/clientSecret fields for your application.
42
42
43
+
Build using Visual Studio 2015 or:
44
+
45
+
```txt
46
+
build.cmd
47
+
```
48
+
49
+
Install in live (non-Exp) instances of Visual Studio 2015 and 2017:
50
+
51
+
```txt
52
+
install.cmd
53
+
```
54
+
55
+
Note, the script will only install in one instance of Visual Studio 2017 (Enterprise, Professional of Community).
56
+
43
57
## More information
44
58
45
59
- Andreia Gaita's [presentation](https://www.youtube.com/watch?v=hz2hCO8e_8w) at Codemania 2016 about this extension.
0 commit comments