-
Notifications
You must be signed in to change notification settings - Fork 0
/
.vscode.json
37 lines (37 loc) · 1.25 KB
/
.vscode.json
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
26
27
28
29
30
31
32
33
34
35
36
37
// Place your settings in this file to overwrite the default settings
{
"editor.fontSize": 13,
"editor.fontFamily": "Source Code Pro",
"editor.fontLigatures": true,
"editor.tabSize": 2,
"workbench.iconTheme": "vscode-icons",
"vsicons.dontShowNewVersionMessage": true,
"workbench.sideBar.location": "left",
"workbench.statusBar.visible": true,
"workbench.editor.enablePreview": false,
"workbench.colorTheme": "One Dark Pro",
"window.zoomLevel": 0,
"explorer.confirmDragAndDrop": false,
"background.enabled": false,
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
"**/.idea": true,
"**/.happypack": true,
"**/.dist": true
},
"gitlens.keymap": "chorded",
"gitlens.advanced.messages": {
"suppressCommitHasNoPreviousCommitWarning": false,
"suppressCommitNotFoundWarning": false,
"suppressFileNotUnderSourceControlWarning": false,
"suppressGitVersionWarning": false,
"suppressLineUncommittedWarning": false,
"suppressNoRepositoryWarning": false,
"suppressResultsExplorerNotice": false,
"suppressShowKeyBindingsNotice": true
}
}