mirror of
https://github.com/immich-app/immich.git
synced 2025-08-05 08:42:27 -04:00
* add vscode extensions as recommendations * forgot to add DCM because it's not available for VSCodium afaict * update docs * fix formatting
11 lines
205 B
JSON
11 lines
205 B
JSON
{
|
|
"recommendations": [
|
|
"esbenp.prettier-vscode",
|
|
"svelte.svelte-vscode",
|
|
"dbaeumer.vscode-eslint",
|
|
"dart-code.flutter",
|
|
"dart-code.dart-code",
|
|
"dcmdev.dcm-vscode-extension"
|
|
]
|
|
}
|