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
Copy file name to clipboardexpand all lines: src/source.extension.cs
+1-1
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ internal sealed partial class Vsix
9
9
{
10
10
publicconststringId="TimHeuer.GitHubActions";
11
11
publicconststringName="GitHub Actions";
12
-
publicconststringDescription=@"A window that provides a view of GitHub Actions for the current repo of the opened solution in Visual Studio";
12
+
publicconststringDescription=@"A window that provides a view of GitHub Actions for the current repo of the opened solution in Visual Studio. Provided by @timheuer";
<Descriptionxml:space="preserve">A window that provides a view of GitHub Actions for the current repo of the opened solution in Visual Studio</Description>
6
+
<Descriptionxml:space="preserve">A window that provides a view of GitHub Actions for the current repo of the opened solution in Visual Studio. Provided by @timheuer</Description>
0 commit comments