Dactyloidae/.vscode/settings.json

14 lines
310 B
JSON
Raw Normal View History

{
2026-03-31 23:52:46 +01:00
"git.ignoreLimitWarning": true,
"chat.tools.terminal.autoApprove": {
"ForEach-Object": true,
2026-04-02 15:45:15 +01:00
"Get-Item": true,
"Test-Path": true,
"mkdir": true,
"cp": true,
"hdiutil": true
2026-04-04 15:51:31 +01:00
},
"files.associations": {
"limits.h": "c"
2026-03-31 23:52:46 +01:00
}
}