mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-18 19:25:00 -04: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>
13 lines
302 B
JSON
13 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": [
|
|
|
|
]
|
|
}
|