Dactyloidae/.vscode/settings.json
2026-04-19 19:28:17 -07:00

15 lines
No EOL
330 B
JSON

{
"git.ignoreLimitWarning": true,
"chat.tools.terminal.autoApprove": {
"ForEach-Object": true,
"Get-Item": true,
"Test-Path": true,
"mkdir": true,
"cp": true,
"hdiutil": true,
"&": true
},
"files.associations": {
"limits.h": "c"
}
}