Switched to using Terminus in Sublime Text
This commit is contained in:
parent
81c5630773
commit
ce7df01650
6
Makefile
6
Makefile
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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)",
|
||||
|
|
|
|||
Loading…
Reference in New Issue