Dactyloidae/.vscode/settings.json

8 lines
177 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
2026-03-31 23:52:46 +01:00
}
}