Disabling compile on save for LESS and TS (OFF was default, mistakenly added ON)

This commit is contained in:
Lombiq
2015-01-16 22:33:09 +01:00
committed by Zoltán Lehóczky
parent 1ba8fb1abd
commit 7df7e1086a

View File

@@ -95,7 +95,7 @@
"TermSemicolons": true
},
"Less": {
"CompileOnBuild": true,
"CompileOnBuild": false,
"CompileOnSave": true,
"EnableChainCompilation": true,
"GenerateSourceMaps": false,
@@ -161,7 +161,7 @@
"ShowPreviewPane": true
},
"TypeScript": {
"LintOnBuild": true,
"LintOnBuild": false,
"LintOnSave": true,
"LintResultLocation": "Message",
"ShowPreviewPane": true