Selaa lähdekoodia

refactor: reverted unintional vscode changes

Kristian Vos 2 vuotta sitten
vanhempi
sitoutus
eecbb3e117
2 muutettua tiedostoa jossa 1 lisäystä ja 27 poistoa
  1. 1 5
      .vscode/settings.json
  2. 0 22
      .vscode/tasks.json

+ 1 - 5
.vscode/settings.json

@@ -1,7 +1,3 @@
 {
 {
-	"editor.defaultFormatter": "rvest.vs-code-prettier-eslint",
-	"editor.formatOnSave": true,
-	"[typescript]": {
-		"editor.defaultFormatter": "esbenp.prettier-vscode"
-	}
+	"editor.defaultFormatter": "rvest.vs-code-prettier-eslint"
 }
 }

+ 0 - 22
.vscode/tasks.json

@@ -1,22 +0,0 @@
-{
-    // See https://go.microsoft.com/fwlink/?LinkId=733558
-    // for the documentation about the tasks.json format
-    "version": "2.0.0",
-    "tasks": [
-        {
-            "label": "musare.sh update",
-            "type": "shell",
-            "command": "./musare.sh update"
-        },
-        {
-            "label": "musare.sh start",
-            "type": "shell",
-            "command": "./musare.sh start"
-        },
-        {
-            "label": "musare.sh attach backend",
-            "type": "shell",
-            "command": "konsole . -e ./musare.sh attach backend & disown"
-        }
-    ]
-}