/
concept-collection
/
benchcompress
Jump to
/
Appearance
Match my system
Paper
GitHub
Slate
Midnight
Terminal
Sign in
concept-collection
/
benchcompress
Code
Commits
Issues
0
Pull requests
0
Actions
Branches
2
Tags
0
Site
4a53611
Branches
main
benchmark-results
benchcompress
/
.vscode
/
tasks.json
19 lines · 342 B
Copy
Copied
Blame
History
Raw
1
{
2
"version"
:
"2.0.0"
,
3
"tasks"
:
[
4
{
5
"label"
:
"Format Code"
,
6
"type"
:
"shell"
,
7
"command"
:
"./devel/format_code.sh"
,
8
"group"
:
{
9
"kind"
:
"build"
,
10
"isDefault"
:
true
11
}
,
12
"presentation"
:
{
13
"reveal"
:
"always"
,
14
"panel"
:
"shared"
15
}
,
16
"problemMatcher"
:
[
]
17
}
18
]
19
}
↑
↓
move
↵
open
esc
close