Update:devcontainer dev.js default to not skip binaries check, fail gracefully if required binary env variables are not set when skipping

This commit is contained in:
advplyr 2024-08-01 14:25:57 -05:00
parent 1e6dd0e3e0
commit 4a5345dd5d
2 changed files with 8 additions and 2 deletions

View file

@ -6,5 +6,5 @@ module.exports.config = {
MetadataPath: Path.resolve('metadata'),
FFmpegPath: '/usr/bin/ffmpeg',
FFProbePath: '/usr/bin/ffprobe',
SkipBinariesCheck: true
}
SkipBinariesCheck: false
}