mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
41 lines
935 B
JSON
41 lines
935 B
JSON
{
|
|||
|
|
"recommendations": [
|
||
|
|
// ── Core: Linting & Formatting ──
|
||
|
|
"biomejs.biome",
|
||
|
|
|
||
|
|
// ── Languages ──
|
||
|
|
"ms-python.python",
|
||
|
|
"ms-python.vscode-pylance",
|
||
|
|
"ms-python.debugpy",
|
||
|
|
|
||
|
|
// ── Frontend ──
|
||
|
|
"bradlc.vscode-tailwindcss",
|
||
|
|
|
||
|
|
// ── Testing ──
|
||
|
|
"vitest.explorer",
|
||
|
|
"ms-playwright.playwright",
|
||
|
|
|
||
|
|
// ── Infrastructure ──
|
||
|
|
"ms-azuretools.vscode-docker",
|
||
|
|
|
||
|
|
// ── GitHub ──
|
||
|
|
"GitHub.vscode-pull-request-github",
|
||
|
|
"GitHub.vscode-github-actions",
|
||
|
|
|
||
|
|
// ── DX Enhancements ──
|
||
|
|
"yoavbls.pretty-ts-errors",
|
||
|
|
"usernamehw.errorlens",
|
||
|
|
"eamodio.gitlens",
|
||
|
|
"vivaxy.vscode-conventional-commits",
|
||
|
|
"redhat.vscode-yaml",
|
||
|
|
"qwtel.sqlite-viewer",
|
||
|
|
"mikestead.dotenv",
|
||
|
|
"EditorConfig.EditorConfig"
|
||
|
|
],
|
||
|
|
"unwantedRecommendations": [
|
||
|
|
// Conflicts with Biome
|
||
|
|
"esbenp.prettier-vscode",
|
||
|
|
"dbaeumer.vscode-eslint"
|
||
|
|
]
|
||
|
|
}
|