forked from lbillingham/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvscode_usersettings.json
More file actions
25 lines (25 loc) · 1.14 KB
/
vscode_usersettings.json
File metadata and controls
25 lines (25 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"terminal.integrated.fontFamily": "Roboto Mono for Powerline",
"python.venvPath": "/Users/laurencebillingham/.local/share/virtualenvs/",
"python.pythonPath": "/Users/laurencebillingham/.local/share/virtualenvs/utility-python/bin/python",
"files.trimTrailingWhitespace": true,
"python.unitTest.pyTestPath": "/Users/laurencebillingham/.local/share/virtualenvs/utility-python/bin/pytest",
"python.unitTest.pyTestEnabled": true,
"gitlens.advanced.messages": {
"suppressCommitHasNoPreviousCommitWarning": false,
"suppressCommitNotFoundWarning": false,
"suppressFileNotUnderSourceControlWarning": false,
"suppressGitVersionWarning": false,
"suppressLineUncommittedWarning": false,
"suppressNoRepositoryWarning": false,
"suppressResultsExplorerNotice": false,
"suppressShowKeyBindingsNotice": true,
"suppressUpdateNotice": false,
"suppressWelcomeNotice": true
},
"extensions.ignoreRecommendations": false,
"window.zoomLevel": 0,
"workbench.colorTheme": "Solarized Dark",
"gitlens.keymap": "alternate",
"gitlens.historyExplorer.enabled": true,
}