diff --git a/leaguestats.code-workspace b/leaguestats.code-workspace new file mode 100644 index 0000000..88a0814 --- /dev/null +++ b/leaguestats.code-workspace @@ -0,0 +1,24 @@ +{ + "folders": [ + { + "path": "client" + }, + { + "path": "server" + } + ], + "settings": { + "editor.tabSize": 2, + "vetur.validation.style": false, + "headwind.prependCustomClasses": false, + }, + "extensions": { + "recommendations": [ + "octref.vetur", + "dbaeumer.vscode-eslint", + "stylelint.vscode-stylelint", + "heybourn.headwind", + "bradlc.vscode-tailwindcss", + ] + } +} \ No newline at end of file