Files
2025-yatcpu/lab4/.claude/settings.local.json
2025-11-18 20:10:24 +08:00

16 lines
970 B
JSON

{
"permissions": {
"allow": [
"Bash(sbt \"testOnly riscv.MemoryTestF\")",
"Bash(mill yatcpu.test.testOnly:*)",
"Bash(powershell.exe -Command \"sbt ''testOnly riscv.MemoryTestF''\")",
"Bash(powershell.exe -Command \"& ''C:\\Program Files (x86)\\sbt\\bin\\sbt.bat'' ''testOnly riscv.MemoryTestF''\")",
"Bash(powershell.exe -Command \"java -version\")",
"Bash(powershell.exe -Command \"$env:JAVA_HOME=''C:\\Users\\26586\\.jdks\\temurin-17.0.16''; $env:PATH=''C:\\Users\\26586\\.jdks\\temurin-17.0.16\\bin;''+$env:PATH; cd ''E:\\jizu\\2025-fall-yatcpu-repo\\lab4''; & ''C:\\Program Files (x86)\\sbt\\bin\\sbt.bat'' ''testOnly riscv.MemoryTestF''\")",
"Bash(cmd.exe /c \"set JAVA_HOME=C:\\Users\\26586\\.jdks\\temurin-17.0.16 && set PATH=C:\\Users\\26586\\.jdks\\temurin-17.0.16\\bin;%PATH% && \"\"C:\\Program Files (x86)\\sbt\\bin\\sbt.bat\"\" \"\"testOnly riscv.MemoryTestF\"\"\")"
],
"deny": [],
"ask": []
}
}