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
+6-40Lines changed: 6 additions & 40 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,51 +22,17 @@ Visit the [documentation](https://github.com/github/VisualStudio/tree/master/doc
22
22
23
23
## Build
24
24
25
-
Clone the repository and its submodules in a git GUI client or via the command line:
25
+
Clone the repository and its submodules.
26
26
27
-
```txt
28
-
git clone https://github.com/github/VisualStudio
29
-
cd VisualStudio
30
-
git submodule init
31
-
git submodule deinit script
32
-
git submodule update
33
-
```
34
-
35
-
Open the `GitHubVS.sln` solution with Visual Studio 2017+.
27
+
Open the `GitHubVS.sln` solution with Visual Studio 2019.
36
28
To be able to use the GitHub API, you'll need to:
37
29
38
-
-[Register a new developer application](https://github.com/settings/developers) in your profile.
39
-
- Open [src/GitHub.Api/ApiClientConfiguration_User.cs](src/GitHub.Api/ApiClientConfiguration_User.cs) and fill out the clientId/clientSecret fields for your application. **Note this has recently changed location, so you may need to re-do this**
40
-
41
-
Build using Visual Studio 2017 or:
42
-
43
-
```txt
44
-
build.cmd
45
-
```
46
-
47
-
Install in live (non-Experimental) instances of Visual Studio 2015 and 2017:
48
-
49
-
```txt
50
-
install.cmd
51
-
```
52
-
53
-
Note, the script will only install in one instance of Visual Studio 2017 (Enterprise, Professional or Community).
30
+
-[Register a new developer application](https://github.com/settings/developers) in your profile
31
+
- Create an environment variable `GitHubVS_ClientID` with your `Client ID`
32
+
- Create an environment variable `GitHubVS_ClientSecret` with your `Client Secret`
54
33
55
-
## Build Flavors
34
+
Build using Visual Studio 2019.
56
35
57
-
The following can be executed via `cmd.exe`.
58
-
59
-
To build and install a `Debug` configuration VSIX:
60
-
```txt
61
-
build.cmd Debug
62
-
install.cmd Debug
63
-
```
64
-
65
-
To build and install a `Release` configuration VSIX:
0 commit comments