Hypr/example/.vscode/tasks.json
2021-11-26 20:54:40 +01:00

10 lines
No EOL
211 B
JSON

{
"version": "2.0.0",
"tasks": [
{
"label": "setdisplay",
"command": "export DISPLAY=:1", // Could be any other shell command
"type": "shell"
}
]
}