fix some multi_apps tasks

This commit is contained in:
yuanmengqi
2025-07-08 10:35:47 +00:00
parent 8d670df32d
commit 5778078596
7 changed files with 25 additions and 5 deletions

View File

@@ -28,7 +28,7 @@
{
"type": "launch",
"parameters": {
"command": "VLC_VERBOSE=-1 vlc --aout=dummy --repeat '/home/user/Desktop/planet.mp4'",
"command": "vlc",
"shell": true
}
}