mirror of
https://github.com/actualbudget/actual.git
synced 2026-07-20 01:05:10 -05:00
* [AI] Add recommended VS Code extensions for onboarding Add a .vscode/extensions.json so contributors are prompted to install the oxc formatter (matching the configured editor.defaultFormatter), plus the Playwright and Vitest extensions. Whitelist the file in .gitignore. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01G1m2LJehnDTuhbvBhRdCze * [AI] Add release notes for VS Code recommended extensions Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01G1m2LJehnDTuhbvBhRdCze --------- Co-authored-by: Claude <noreply@anthropic.com>
8 lines
107 B
JSON
8 lines
107 B
JSON
{
|
|
"recommendations": [
|
|
"oxc.oxc-vscode",
|
|
"ms-playwright.playwright",
|
|
"vitest.explorer"
|
|
]
|
|
}
|