From 29e99db2202fdb575f0079d7da01f815e0807da9 Mon Sep 17 00:00:00 2001 From: Martin Guillon Date: Wed, 9 Jun 2021 10:01:42 +0200 Subject: [PATCH] chore: vscode settings --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 3a51bc298..a84f458c2 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -7,5 +7,6 @@ "**/*.js": true, "**/*.js.map": true }, - "tslint.configFile": "./build/tslint.json" + "tslint.configFile": "./build/tslint.json", + "git.enabled": true } \ No newline at end of file