mirror of
https://github.com/house-of-vanity/furumi.git
synced 2025-07-07 13:44:07 +00:00
14 lines
356 B
JSON
14 lines
356 B
JSON
{
|
|
// See https://go.microsoft.com/fwlink/?LinkId=733558
|
|
// for the documentation about the tasks.json format
|
|
"version": "2.0.0",
|
|
"tasks": [
|
|
{
|
|
"label": "Umount FUSE",
|
|
"type": "shell",
|
|
"command": "fusermount -u mnt",
|
|
"group": "build",
|
|
"problemMatcher": []
|
|
}
|
|
]
|
|
} |