From 41c320b97607d5d5984aea38d392cd3276ef76a8 Mon Sep 17 00:00:00 2001 From: glopesdev Date: Wed, 17 Jan 2024 12:55:50 +0000 Subject: [PATCH 1/2] Remove extra forward slash --- src/Directory.Build.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Directory.Build.props b/src/Directory.Build.props index b2d4aad..3a8ccc3 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -3,7 +3,7 @@ Sainsbury Wellcome Centre Copyright © 2023 University College London - https://sainsburywellcomecentre.github.io/aeon_docs/ + https://sainsburywellcomecentre.github.io/aeon_docs https://github.com/SainsburyWellcomeCentre/aeon_acquisition.git true snupkg From 9c09c5b88c613c75ff49ca5f9ce526d54dd4a642 Mon Sep 17 00:00:00 2001 From: glopesdev Date: Wed, 17 Jan 2024 12:56:09 +0000 Subject: [PATCH 2/2] Update project debug launch settings --- src/Aeon.Acquisition/Properties/launchSettings.json | 2 +- src/Aeon.Database/Properties/launchSettings.json | 2 +- src/Aeon.Environment/Properties/launchSettings.json | 4 ++-- src/Aeon.Foraging/Properties/launchSettings.json | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/Aeon.Acquisition/Properties/launchSettings.json b/src/Aeon.Acquisition/Properties/launchSettings.json index 7bc1754..b48bcfa 100644 --- a/src/Aeon.Acquisition/Properties/launchSettings.json +++ b/src/Aeon.Acquisition/Properties/launchSettings.json @@ -3,7 +3,7 @@ "Bonsai": { "commandName": "Executable", "executablePath": "$(registry:HKEY_CURRENT_USER\\Software\\Bonsai Foundation\\Bonsai@InstallDir)Bonsai.exe", - "commandLineArgs": "--lib:$(TargetDir).", + "commandLineArgs": "--lib:\"$(TargetDir).\"", "nativeDebugging": true } } diff --git a/src/Aeon.Database/Properties/launchSettings.json b/src/Aeon.Database/Properties/launchSettings.json index 7bc1754..b48bcfa 100644 --- a/src/Aeon.Database/Properties/launchSettings.json +++ b/src/Aeon.Database/Properties/launchSettings.json @@ -3,7 +3,7 @@ "Bonsai": { "commandName": "Executable", "executablePath": "$(registry:HKEY_CURRENT_USER\\Software\\Bonsai Foundation\\Bonsai@InstallDir)Bonsai.exe", - "commandLineArgs": "--lib:$(TargetDir).", + "commandLineArgs": "--lib:\"$(TargetDir).\"", "nativeDebugging": true } } diff --git a/src/Aeon.Environment/Properties/launchSettings.json b/src/Aeon.Environment/Properties/launchSettings.json index d17951e..b48bcfa 100644 --- a/src/Aeon.Environment/Properties/launchSettings.json +++ b/src/Aeon.Environment/Properties/launchSettings.json @@ -2,8 +2,8 @@ "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 } } diff --git a/src/Aeon.Foraging/Properties/launchSettings.json b/src/Aeon.Foraging/Properties/launchSettings.json index d17951e..b48bcfa 100644 --- a/src/Aeon.Foraging/Properties/launchSettings.json +++ b/src/Aeon.Foraging/Properties/launchSettings.json @@ -2,8 +2,8 @@ "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 } }