14 lines
744 B
JSON
14 lines
744 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(npx -p typescript tsc --noEmit)",
|
|
"Bash(node_modules/.bin/tsc --noEmit)",
|
|
"PowerShell(Get-ChildItem public/video/ | Select-Object Name, @{N='SizeMB';E={[math]::Round\\($_.Length/1MB,2\\)}})",
|
|
"PowerShell($f = Get-Item \"public/Video/Header_Video.mp4\"; Write-Output \\(\"Taille: {0:N2} MB\" -f \\($f.Length/1MB\\)\\))",
|
|
"Read(//c/Users/mathe/Videos/**)",
|
|
"PowerShell(Get-ChildItem \"public/Video/\" | Select-Object Name, @{N='SizeMB';E={[math]::Round\\($_.Length/1MB,2\\)}}, LastWriteTime)",
|
|
"PowerShell($f = Get-ChildItem \"public\\\\Video\\\\\"; foreach \\($i in $f\\) { Write-Output \\(\"{0} - {1:N2} MB\" -f $i.Name, \\($i.Length/1MB\\)\\) })"
|
|
]
|
|
}
|
|
}
|