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