Skip to content

Commit

Permalink
Merge pull request #52 from glopesdev/interface-gen
Browse files Browse the repository at this point in the history
Update template to improve debugging experience
  • Loading branch information
glopesdev authored Aug 6, 2023
2 parents 65b5d30 + dbbef8c commit 44f2049
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
"profiles": {
"Bonsai": {
"commandName": "Executable",
"executablePath": "$(registry:HKEY_CURRENT_USER\\Software\\Goncalo Lopes\\Bonsai@InstallDir)Bonsai.exe",
"commandLineArgs": "--lib:$(TargetDir)."
"executablePath": "$(registry:HKEY_CURRENT_USER\\Software\\Bonsai Foundation\\Bonsai@InstallDir)Bonsai.exe",
"commandLineArgs": "--lib:$(TargetDir).",
"nativeDebugging": true
}
}
}
2 changes: 1 addition & 1 deletion template/Harp.Templates.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<PackageType>Template</PackageType>
<VersionPrefix>0.1.0</VersionPrefix>
<VersionPrefix>0.1.1</VersionPrefix>
<VersionSuffix></VersionSuffix>
<PackageId>Harp.Templates</PackageId>
<Title>Harp Templates</Title>
Expand Down

0 comments on commit 44f2049

Please sign in to comment.