chore: 🧑‍💻 Add list of recommended vscode extensions

This commit is contained in:
Jesse Wierzbinski 2024-06-18 20:56:12 -10:00
parent f341f58a73
commit 6e7d16864a
No known key found for this signature in database
4 changed files with 14 additions and 4 deletions

View file

@ -27,7 +27,7 @@
"EditorConfig.EditorConfig",
"tamasfe.even-better-toml",
"YoavBls.pretty-ts-errors",
"ms-vscode-remote.remote-containers"
"eamodio.gitlens"
]
}
}

13
.vscode/extensions.json vendored Normal file
View file

@ -0,0 +1,13 @@
{
"recommendations": [
"biomejs.biome",
"ms-vscode-remote.remote-containers",
"oven.bun-vscode",
"vivaxy.vscode-conventional-commits",
"EditorConfig.EditorConfig",
"tamasfe.even-better-toml",
"YoavBls.pretty-ts-errors",
"eamodio.gitlens"
],
"unwantedRecommendations": []
}

1
.vscode/launch.json vendored
View file

@ -8,7 +8,6 @@
"cwd": "/home/jessew/Dev/lysand",
"console": "integratedTerminal",
"internalConsoleOptions": "neverOpen",
"disableOptimisticBPs": true,
"program": "/home/jessew/.bun/bin/bun"
}
]

View file

@ -1,7 +1,5 @@
{
"typescript.tsdk": "node_modules/typescript/lib",
"jest.jestCommandLine": "/home/jessew/.bun/bin/bun test",
"jest.rootPath": ".",
"conventionalCommits.scopes": [
"database",
"api",