wow
This commit is contained in:
parent
0ebba00685
commit
d42448a9d0
13 changed files with 187 additions and 0 deletions
|
|
@ -11,4 +11,16 @@
|
|||
"show_summary": true,
|
||||
"show_command": true,
|
||||
},
|
||||
{
|
||||
"label": "Build & Run Current File (Linux - Fish)",
|
||||
"command": "mkdir -p ./output; set rand (tr -dc 'a-z' < /dev/urandom | head -c 6); set outputFile \"./output/${ZED_STEM}_$rand\"; gcc -Wall -Wextra -g -std=c11 -O2 \"$ZED_FILE\" -o \"$outputFile\"; and \"$outputFile\"",
|
||||
"use_new_terminal": false,
|
||||
"allow_concurrent_runs": false,
|
||||
"reveal": "always",
|
||||
"reveal_target": "dock",
|
||||
"hide": "never",
|
||||
"shell": "system",
|
||||
"show_summary": true,
|
||||
"show_command": true,
|
||||
},
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue