From 480becb49241a002ea8184f5fac96708151f350b Mon Sep 17 00:00:00 2001 From: VALLONGOL Date: Wed, 12 Nov 2025 13:11:01 +0100 Subject: [PATCH] add --- launch_profiles.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/launch_profiles.json b/launch_profiles.json index 14c27f0..70b35a5 100644 --- a/launch_profiles.json +++ b/launch_profiles.json @@ -14,5 +14,13 @@ "module_name": "", "script_args": "", "python_interpreter": "c:\\Users\\admin\\AppData\\Local\\Programs\\Python\\Python313\\python.exe" + }, + { + "name": "target_simulator", + "run_as_module": true, + "target_path": "C:/src/____GitProjects/target_simulator", + "module_name": "target_simulator", + "script_args": "", + "python_interpreter": "c:\\Users\\admin\\AppData\\Local\\Programs\\Python\\Python313\\python.exe" } ] \ No newline at end of file