mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
feat: add vscode extensions as recommendations (#18641)
* add vscode extensions as recommendations * forgot to add DCM because it's not available for VSCodium afaict * update docs * fix formatting
This commit is contained in:
parent
a3404cf420
commit
5fdc8c9481
3 changed files with 65 additions and 14 deletions
10
.vscode/extensions.json
vendored
Normal file
10
.vscode/extensions.json
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"recommendations": [
|
||||
"esbenp.prettier-vscode",
|
||||
"svelte.svelte-vscode",
|
||||
"dbaeumer.vscode-eslint",
|
||||
"dart-code.flutter",
|
||||
"dart-code.dart-code",
|
||||
"dcmdev.dcm-vscode-extension"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue