Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit f29db95

Browse files
Merge branch 'master' into patch-2
2 parents ec4ffcb + 9a9b819 commit f29db95

File tree

378 files changed

+39736
-6660
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

378 files changed

+39736
-6660
lines changed

Diff for: .github/ISSUE_TEMPLATE/localization_suggestion.md

+45
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
---
2+
name: Localization suggestion
3+
about: Suggest an improvement to our localization
4+
labels: localization, bug
5+
title: 'Localization: '
6+
---
7+
<!-- Hello! Please read the [Contributing Guidelines](https://github.com/github/VisualStudio/blob/master/CONTRIBUTING.md) before submitting an issue regarding the GitHub Extension for Visual Studio. -->
8+
## Language
9+
<!-- Czech -->
10+
<!-- German -->
11+
<!-- Spanish -->
12+
<!-- French -->
13+
<!-- Italian -->
14+
<!-- Japanese -->
15+
<!-- Korean -->
16+
<!-- Polish -->
17+
<!-- Portuguese (Brazil) -->
18+
<!-- Russian -->
19+
<!-- Turkish -->
20+
<!-- Chinese (Simplified) -->
21+
<!-- Chinese (Traditional) -->
22+
23+
## English source
24+
<!-- Translations are made from the English sources, please paste it here. -->
25+
```
26+
27+
```
28+
29+
## Original Translation
30+
<!-- Please paste the original translation here. -->
31+
```
32+
33+
```
34+
35+
## Screenshots
36+
<!-- Translations are sometimes provided by vendors that do not have access to the UI. Providing screenshots can give them a lot of context. -->
37+
38+
## Notes
39+
<!-- If you can, please explain what is incorrect about the translation. -->
40+
41+
## Suggested Translation
42+
<!-- If you can, please suggest an alternate translation. -->
43+
```
44+
45+
```

Diff for: .gitignore

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,10 @@ build/
2626
[Tt]est[Rr]esult*/
2727
[Bb]uild[Ll]og.*
2828

29-
#NUNIT
29+
# NUnit
3030
*.VisualState.xml
3131
TestResult.xml
32+
nunit-*.xml
3233

3334
# Build Results of an ATL Project
3435
[Dd]ebugPS/
@@ -248,5 +249,4 @@ output.binlog
248249
AkavacheSqliteLinkerOverride.cs
249250
NuGetBuild
250251
WiX.Toolset.DummyFile.txt
251-
nunit-*.xml
252252
GitHubVS.sln.DotSettings

Diff for: Directory.Build.Props

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<PropertyGroup>
33
<Product>GitHub Extension for Visual Studio</Product>
4-
<Version>2.8.0.0</Version>
4+
<Version>2.10.0.0</Version>
55
<Copyright>Copyright © GitHub, Inc. 2014-2018</Copyright>
66
<LangVersion>7.3</LangVersion>
77
</PropertyGroup>

Diff for: GitHubVS.sln

+15-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11

22
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio 15
4-
VisualStudioVersion = 15.0.27703.2035
3+
# Visual Studio Version 16
4+
VisualStudioVersion = 16.0.28603.18
55
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GitHub.VisualStudio.Vsix", "src\GitHub.VisualStudio.Vsix\GitHub.VisualStudio.Vsix.csproj", "{D26B4B40-0C94-48AD-8019-0B9BE46E0071}"
7+
EndProject
68
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GitHub.VisualStudio", "src\GitHub.VisualStudio\GitHub.VisualStudio.csproj", "{11569514-5AE5-4B5B-92A2-F10B0967DE5F}"
79
ProjectSection(ProjectDependencies) = postProject
810
{7F5ED78B-74A3-4406-A299-70CFB5885B8B} = {7F5ED78B-74A3-4406-A299-70CFB5885B8B}
@@ -33,7 +35,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Modules", "Modules", "{8E1F
3335
ProjectSection(SolutionItems) = preProject
3436
scripts\Modules\BuildUtils.psm1 = scripts\Modules\BuildUtils.psm1
3537
scripts\Modules\Debugging.psm1 = scripts\Modules\Debugging.psm1
36-
scripts\Modules\Vsix.psm1 = scripts\Modules\Vsix.psm1
38+
scripts\modules\Versioning.ps1 = scripts\modules\Versioning.ps1
39+
scripts\modules\Vsix.ps1 = scripts\modules\Vsix.ps1
3740
EndProjectSection
3841
EndProject
3942
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Scripts", "Scripts", "{7B6C5F8D-14B3-443D-B044-0E209AE12BDF}"
@@ -141,7 +144,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Octokit.GraphQL.Core", "sub
141144
EndProject
142145
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Octokit.GraphQL", "submodules\octokit.graphql.net\Octokit.GraphQL\Octokit.GraphQL.csproj", "{791B408C-0ABC-465B-9EB1-A2422D67F418}"
143146
EndProject
144-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GitHub.StartPage.UnitTests", "test\GitHub.StartPage.UnitTests\GitHub.StartPage.UnitTests.csproj", "{B467682B-9F0E-42D8-8A20-1DE78F798793}"
147+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GitHub.StartPage.UnitTests", "test\GitHub.StartPage.UnitTests\GitHub.StartPage.UnitTests.csproj", "{B467682B-9F0E-42D8-8A20-1DE78F798793}"
145148
EndProject
146149
Global
147150
GlobalSection(SolutionConfigurationPlatforms) = preSolution
@@ -151,6 +154,14 @@ Global
151154
ReleaseWithoutVsix|Any CPU = ReleaseWithoutVsix|Any CPU
152155
EndGlobalSection
153156
GlobalSection(ProjectConfigurationPlatforms) = postSolution
157+
{D26B4B40-0C94-48AD-8019-0B9BE46E0071}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
158+
{D26B4B40-0C94-48AD-8019-0B9BE46E0071}.Debug|Any CPU.Build.0 = Debug|Any CPU
159+
{D26B4B40-0C94-48AD-8019-0B9BE46E0071}.DebugWithoutVsix|Any CPU.ActiveCfg = DebugWithoutVsix|Any CPU
160+
{D26B4B40-0C94-48AD-8019-0B9BE46E0071}.DebugWithoutVsix|Any CPU.Build.0 = DebugWithoutVsix|Any CPU
161+
{D26B4B40-0C94-48AD-8019-0B9BE46E0071}.Release|Any CPU.ActiveCfg = Release|Any CPU
162+
{D26B4B40-0C94-48AD-8019-0B9BE46E0071}.Release|Any CPU.Build.0 = Release|Any CPU
163+
{D26B4B40-0C94-48AD-8019-0B9BE46E0071}.ReleaseWithoutVsix|Any CPU.ActiveCfg = ReleaseWithoutVsix|Any CPU
164+
{D26B4B40-0C94-48AD-8019-0B9BE46E0071}.ReleaseWithoutVsix|Any CPU.Build.0 = ReleaseWithoutVsix|Any CPU
154165
{11569514-5AE5-4B5B-92A2-F10B0967DE5F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
155166
{11569514-5AE5-4B5B-92A2-F10B0967DE5F}.Debug|Any CPU.Build.0 = Debug|Any CPU
156167
{11569514-5AE5-4B5B-92A2-F10B0967DE5F}.DebugWithoutVsix|Any CPU.ActiveCfg = DebugWithoutVsix|Any CPU

Diff for: README.md

-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ Official builds of this extension are available at [the official website](https:
1919

2020
[![Build status](https://ci.appveyor.com/api/projects/status/dl8is5iqwt9qf3t7/branch/master?svg=true)](https://ci.appveyor.com/project/github-windows/visualstudio/branch/master)
2121
[![Build Status](https://github-editor-tools.visualstudio.com/VisualStudio/_apis/build/status/github.VisualStudio?branchName=master)](https://github-editor-tools.visualstudio.com/VisualStudio/_build/latest?definitionId=4&branchName=master)
22-
[![Crowdin](https://d322cqt584bo4o.cloudfront.net/github-visual-studio/localized.svg)](https://crowdin.com/project/github-visual-studio)
2322
[![codecov](https://codecov.io/gh/GitHub/VisualStudio/branch/master/graph/badge.svg)](https://codecov.io/gh/GitHub/VisualStudio)
2423

2524
[![Follow GitHub for Visual Studio](https://img.shields.io/twitter/follow/GitHubVS.svg?style=social "Follow GitHubVS")](https://twitter.com/githubvs?ref_src=twsrc%5Etfw) [![Join the chat at https://gitter.im/github/VisualStudio](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/github/VisualStudio?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

Diff for: appveyor.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
os: Visual Studio 2017
2-
version: '2.8.0.{build}'
2+
version: '2.10.0.{build}'
33
skip_tags: true
44

55
install:
@@ -69,6 +69,7 @@ for:
6969
branches:
7070
only:
7171
- master
72+
- /releases/(?:(?!-vsinstaller).)*?/
7273
environment:
7374
matrix:
7475
- BUILD_TYPE: package

Diff for: crowdin.yml

-9
This file was deleted.

Diff for: docs/using/cloning-a-repository-to-visual-studio.md

+16-6
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
After you provide your GitHub or GitHub Enterprise credentials to GitHub for Visual Studio, the extension automatically detects the personal, collaborator and organization repositories you have access to on your account.
44

5-
## Opening the clone dialog
5+
## Opening the clone dialog
66

77
### From **Team Explorer**
88

@@ -17,7 +17,12 @@ Next to the account you want to clone from, click **Clone**.
1717

1818
### From the **Start Page**
1919

20-
Using Visual Studio 2017, click the `GitHub` button on the `Start Page` to open the clone dialog.
20+
Using Visual Studio 2017, click the `GitHub` button on the `Start Page` to open the clone dialog.
21+
22+
23+
### From the **Start Window**
24+
25+
Using Visual Studio 2019, on the `Start Window` select `Clone or check out code` and then click the `GitHub` button to open the clone dialog.
2126

2227

2328
### From the **File** menu
@@ -26,14 +31,19 @@ Go to `File > Open > Open From GitHub...`
2631

2732

2833
## Clone repositories
29-
1. In the list of repositories, scroll until you find the repository you'd like to clone. You can also filter the repository results by using the *Filter* text box.
34+
1. In the list of repositories, scroll until you find the repository you'd like to clone.
3035

31-
![List of GitHub repositories that can be cloned inside a dialog](images/clone-dialog.png)
36+
You can also filter the repository results by using the *Filter* text box.
3237

33-
In addition to using the list of personal, collaborator and organization repositories, you can use the URL tab to clone a public repository by its URL or using the repository owner and name.
38+
In addition to using the list of personal, collaborator and organization repositories, you can enter a repository URL to clone a public repository.
3439

35-
![List of GitHub repositories that can be cloned inside a dialog](images/clone-url-dialog.png)
40+
![Unified clone and open dialog](images/unified-clone-dialog.png)
3641

3742
2. If desired, change the local path that the repository will be cloned into, or leave the default as-is.
3843
3. Once a repository is selected and the path is set, Click **Clone**.
3944
4. In Team Explorer, under the list of solutions, double-click on a solution to open it in Visual Studio.
45+
46+
## Open repositories
47+
For any repository that you select from the list or provide a URL for that you already have cloned locally, the **Open** button becomes enabled and a message shows that you have already cloned the repository to that location.
48+
49+
![Open option enabled in clone dialog](images/open-cloned-repository.png)

Diff for: docs/using/images/clone-dialog.png

-209 KB
Binary file not shown.

Diff for: docs/using/images/clone-url-dialog.png

-125 KB
Binary file not shown.

Diff for: docs/using/images/open-cloned-repository.png

182 KB
Loading

Diff for: docs/using/images/unified-clone-dialog.png

176 KB
Loading

Diff for: docs/using/images/view-conversation.png

957 KB
Loading

Diff for: docs/using/publishing-an-existing-project-to-github.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
5. Click the **Publish to GitHub** button.
1111
![Location of the Publish to GitHub button in the Team Explorer pane](images/publish-to-github.png)
1212
6. Enter a name and description for the repository on GitHub.
13-
7. Check the **Private Repository** box if you want to upload the repository as a private repository on GitHub. You must have a [Developer, Team or Business account](https://github.com/pricing) to create private repositories.
13+
7. Check the **Private Repository** box if you want to upload the repository as a private repository on GitHub.
1414
8. Click the **Publish** button.

Diff for: docs/using/reviewing-a-pull-request-in-visual-studio.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,19 @@ GitHub for Visual Studio provides facilities for reviewing a pull request direct
1515
The Pull Request Details view shows the current state of the pull request, including:
1616
- information about who created the pull request
1717
- the source and target branch
18-
- a description of the pull request
18+
- a description of the pull request (collapsed by default)
1919
- reviewers and the status of their review
2020
- checks (if checks have been enabled for the repository)
2121
- the files changed
2222

2323
![The details of a single pull request in the GitHub pane](images/pr-detail-view.png)
2424

25+
## Viewing conversation details
26+
27+
Click the comment count link in the GitHub pane to open up the conversation view. The conversation view shows the Pull Request description, a history of commits, and comments made.
28+
29+
![View the conversation for a pull request](images/view-conversation.png)
30+
2531
## Checking out a pull request
2632

2733
To check out the pull request branch, click the **Checkout [branch]** link where [branch] is the name of the branch that will be checked out.

Diff for: global.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"msbuild-sdks": {
3-
"MSBuild.Sdk.Extras": "1.6.52"
4-
}
2+
"msbuild-sdks": {
3+
"MSBuild.Sdk.Extras": "1.6.61"
4+
}
55
}

Diff for: scripts/modules/Vsix.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Set-StrictMode -Version Latest
22

33
New-Module -ScriptBlock {
4-
$gitHubDirectory = Join-Path $rootDirectory src\GitHub.VisualStudio
4+
$gitHubDirectory = Join-Path $rootDirectory src\GitHub.VisualStudio.Vsix
55

66
function Get-VsixManifestPath {
77
Join-Path $gitHubDirectory source.extension.vsixmanifest

0 commit comments

Comments
 (0)