cte 11 місяців тому
батько
коміт
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
 		"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
 	// 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"
 }
 }