Switched to using Terminus in Sublime Text

This commit is contained in:
Andrea Alberti 2025-10-02 09:16:33 +02:00
parent 81c5630773
commit ce7df01650
2 changed files with 10 additions and 2 deletions

View File

@ -72,6 +72,12 @@ clean-x86_64:
# Run the app (after debug build)
run:
$(Q)open "$(CONFIGURATION_BUILD_DIR)/debug/Volume Control.app"
command log stream --process "Volume Control" --predicate 'eventMessage CONTAINS "[DEBUG]"'
run:
$(Q)killall -15 "Volume Control" 2>/dev/null || true
$(Q)open "$(CONFIGURATION_BUILD_DIR)/debug/Volume Control.app"
echo "Waiting for logs from Volume Control..."
$(Q)command log stream --process "Volume Control"
# Generate compile_commands.json for LSP-clangd server
generate-db-x86_64:

View File

@ -44,8 +44,10 @@
},
{
"name": "Run App",
"shell_cmd": "make run",
"working_dir": "${project_path}",
"target": "terminus_exec",
"cancel": "terminus_cancel_build",
"cmd": ["make", "run"],
"working_dir": "$folder"
},
{
"name": "Generate Compilation DB (arm64)",