From fb7ce6b6a4e55bfaab9e9f3b2f64ebc1d8be0afc Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Sat, 25 Jul 2020 13:33:57 -0700 Subject: [PATCH] MAINT: vscode disable git --- vscode/settings.json | 1 + 1 file changed, 1 insertion(+) diff --git a/vscode/settings.json b/vscode/settings.json index db71f9f..b407f90 100644 --- a/vscode/settings.json +++ b/vscode/settings.json @@ -28,4 +28,5 @@ "python.defaultInterpreterPath": "~/.conda/envs/q2dev/bin/python", "python.terminal.activateEnvInCurrentTerminal": true, "python.languageServer": "Microsoft", + "git.enabled": false, }