Przeglądaj źródła

Ensure code is recompiled on save

theenglishway (time) 2 lat temu
rodzic
commit
98f6350a37
1 zmienionych plików z 6 dodań i 0 usunięć
  1. 6 0
      .vscode/settings.json

+ 6 - 0
.vscode/settings.json

@@ -0,0 +1,6 @@
+{
+    "editor.formatOnSave": true,
+    "editor.codeActionsOnSave": {
+        "command": "mix compile"
+    }
+}