aboutsummaryrefslogtreecommitdiff
path: root/jellyfin.code-workspace
diff options
context:
space:
mode:
Diffstat (limited to 'jellyfin.code-workspace')
-rw-r--r--jellyfin.code-workspace17
1 files changed, 17 insertions, 0 deletions
diff --git a/jellyfin.code-workspace b/jellyfin.code-workspace
new file mode 100644
index 000000000..7882b3821
--- /dev/null
+++ b/jellyfin.code-workspace
@@ -0,0 +1,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,RSSDP,Mono.Nat,unRaid,debian"
+ }
+}