diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4a947922d8233505c34350b1bcf8732ffc33f6a2..0140d23631cc5b6ed55309e56f48648c1901858f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -492,7 +492,7 @@ build:prod:wiki:
 deploy:dev:
   extends: .deploy
   rules:
-    - if: $CI_COMMIT_BRANCH == "dev" || $CI_COMMIT_BRANCH == "distri-system-section"
+    - if: $CI_COMMIT_BRANCH == "dev" || $CI_COMMIT_BRANCH == "system-distribution-plot"
   needs:
     - "build:dev:wiki"
   when: manual
diff --git a/.vscode/settings.json b/.vscode/settings.json
new file mode 100644
index 0000000000000000000000000000000000000000..7f6a68486d3e9a3dd118aa30f5729a8841a5be17
--- /dev/null
+++ b/.vscode/settings.json
@@ -0,0 +1,6 @@
+{
+    "editor.defaultFormatter": "Vue.volar",
+    "[python]": {
+        "editor.defaultFormatter": "ms-python.black-formatter"
+    }
+}
\ No newline at end of file