mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-10 02:53:05 +03:00
* Updated DevContainer to Bookworm Debian Removed dual container and made FFmpeg install default * Update .devcontainer/devcontainer.json Co-authored-by: Bond-009 <bond.009@outlook.com> * Fixed Tabs --------- Co-authored-by: Bond-009 <bond.009@outlook.com>
14 lines
302 B
JSON
14 lines
302 B
JSON
{
|
|
"recommendations": [
|
|
"ms-dotnettools.csharp",
|
|
"editorconfig.editorconfig",
|
|
"github.vscode-github-actions",
|
|
"ms-dotnettools.vscode-dotnet-runtime",
|
|
"ms-dotnettools.csdevkit",
|
|
"alexcvzz.vscode-sqlite"
|
|
],
|
|
"unwantedRecommendations": [
|
|
|
|
]
|
|
}
|