1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
{ "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,unRaid,debian" } }