#Config: launch_config.yaml ignored
3 messages · Page 1 of 1 (latest)
Based on the information provided in the knowledge sources, there could be a few reasons why your launch configuration is being ignored. Let me address some potential issues:
-
File naming: Make sure your launch configuration file is named correctly with a .yaml extension. Some users have reported issues when the file had a .txt extension Launch search not finding any launch files (https://github.com/warpdotdev/Warp/issues/1827).
-
File location: Ensure that your launch_config.yaml file is in the correct directory. For macOS, it should be in
~/.warp/launch_configurations/Launch Configurations (https://docs.warp.dev/features/sessions/launch-configurations). -
YAML format: The YAML format can be sensitive to spacing and indentation. Make sure your YAML is properly formatted. You can use a YAML validator to check for any syntax errors Launch search not finding any launch files (https://github.com/warpdotdev/Warp/issues/1827).
-
Configuration content: Ensure that your launch configuration includes all required fields. For example, a title for each tab is mandatory Discord support thread: warp://launch/ not working (https://discord.com/channels/851854972600451112/1276931684046078135).
-
Restarting Warp: Some users have reported that new launch configurations are not detected until Warp is restarted Restart required for new launch configurations to be detected (https://github.com/warpdotdev/Warp/issues/1759).
-
Commands format: Make sure your commands are properly formatted. They should include the
- exec:prefix Adding launch configuration programmatically doesn't work (https://github.com/warpdotdev/Warp/issues/3780).