fix multiapps

This commit is contained in:
yuanmengqi
2025-07-04 07:18:15 +00:00
parent 66e669b50b
commit 8aa686a2a9
2 changed files with 4 additions and 7 deletions

View File

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