maint: tmux status checks

This commit is contained in:
Matthew Ryan Dillon 2021-02-27 13:33:26 -07:00
parent 14b3b6a5c0
commit cdd4082fb8
4 changed files with 29 additions and 2 deletions

View file

@ -26,5 +26,6 @@
"python.defaultInterpreterPath": "~/.conda/envs/q2dev/bin/python",
"python.terminal.activateEnvInCurrentTerminal": true,
"python.languageServer": "Microsoft",
"git.enabled": false
"git.enabled": false,
"liveshare.authenticationProvider": "GitHub"
}