You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jellyfin/jellyfin.code-workspace

18 lines
429 B

{
"folders": [
{
"path": "."
}
],
"settings": {
"files.eol": "\n",
"editor.renderWhitespace": "boundary",
"files.exclude": {
"**/bin": true,
"**/jellyfin-web": true,
"**/obj": true
},
"formatFiles.excludePattern": "**/node_modules,**/.vscode,**/dist/**,**/.chrome,ThirdParty,RSSDP,Mono.Nat,unRaid,debian"
}
}