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, }