[ACA-3914] Fix app version number and enable git commit hash to be used properly (#1650)

This commit is contained in:
Popovics András
2020-09-16 12:24:21 +02:00
committed by GitHub
parent 6612a702c0
commit 3db18f7d1d
5 changed files with 6 additions and 6 deletions

View File

@@ -3,7 +3,7 @@
"javascript.preferences.importModuleSpecifier": "relative",
"typescript.preferences.quoteStyle": "single",
"typescript.preferences.importModuleSpecifier": "relative",
"editor.formatOnSave": true,
"editor.formatOnSave": false,
"[json]": {
"editor.formatOnSave": false
},