Skip to content

Commit 44f2049

Browse files
authored
Merge pull request #52 from glopesdev/interface-gen
Update template to improve debugging experience
2 parents 65b5d30 + dbbef8c commit 44f2049

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

template/Bonsai.DeviceTemplate/Interface/DeviceTemplate/Properties/launchSettings.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
"profiles": {
33
"Bonsai": {
44
"commandName": "Executable",
5-
"executablePath": "$(registry:HKEY_CURRENT_USER\\Software\\Goncalo Lopes\\Bonsai@InstallDir)Bonsai.exe",
6-
"commandLineArgs": "--lib:$(TargetDir)."
5+
"executablePath": "$(registry:HKEY_CURRENT_USER\\Software\\Bonsai Foundation\\Bonsai@InstallDir)Bonsai.exe",
6+
"commandLineArgs": "--lib:$(TargetDir).",
7+
"nativeDebugging": true
78
}
89
}
910
}

template/Harp.Templates.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<PackageType>Template</PackageType>
5-
<VersionPrefix>0.1.0</VersionPrefix>
5+
<VersionPrefix>0.1.1</VersionPrefix>
66
<VersionSuffix></VersionSuffix>
77
<PackageId>Harp.Templates</PackageId>
88
<Title>Harp Templates</Title>

0 commit comments

Comments
 (0)