Skip to content

Commit

Permalink
Merge pull request #8644 from gerhardol/feature/debug-start-args
Browse files Browse the repository at this point in the history
Default debug startup arguments
  • Loading branch information
RussKie committed Nov 29, 2020
2 parents 5996dc9 + 4dd77e3 commit 2b51726
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 0 additions & 2 deletions GitExtensions/GitExtensions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
<OutputType>WinExe</OutputType>
<StartupObject />

<!-- Default debugging command starts GitExtensions browsing this repository -->
<StartArguments>browse "$(MSBuildThisFileDirectory).."</StartArguments>
<Prefer32bit>true</Prefer32bit>

<IsPublishable>true</IsPublishable>
Expand Down
8 changes: 8 additions & 0 deletions GitExtensions/Properties/launchSettings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"profiles": {
"GitExtensions": {
"commandName": "Project",
"commandLineArgs": "browse \"$(MSBuildThisFileDirectory)..\""
}
}
}

0 comments on commit 2b51726

Please sign in to comment.