cte 11 месяцев назад
Родитель
Сommit
ed97c95bb6
1 измененных файлов с 1 добавлено и 2 удалено
  1. 1 2
      .vscode/settings.json

+ 1 - 2
.vscode/settings.json

@@ -9,6 +9,5 @@
 		"dist": true // set this to false to include "dist" folder in search results
 	},
 	// Turn off tsc task auto detection since we have the necessary tasks as npm scripts
-	"typescript.tsc.autoDetect": "off",
-	"editor.formatOnSave": true
+	"typescript.tsc.autoDetect": "off"
 }