-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings-config-Code-User.json
More file actions
74 lines (74 loc) · 2.81 KB
/
settings-config-Code-User.json
File metadata and controls
74 lines (74 loc) · 2.81 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"vim.leader": ",",
"vim.useSystemClipboard": true,
"vim.hlsearch": true,
"workbench.colorTheme": "Solarized Light",
"workbench.colorCustomizations": {
"terminal.background":"#FDF6E3",
"terminal.foreground":"#586E75",
"terminalCursor.background":"#586E75",
"terminalCursor.foreground":"#586E75",
"terminal.ansiBlack":"#FDF6E3",
"terminal.ansiBlue":"#268BD2",
"terminal.ansiBrightBlack":"#839496",
"terminal.ansiBrightBlue":"#268BD2",
"terminal.ansiBrightCyan":"#2AA198",
"terminal.ansiBrightGreen":"#859900",
"terminal.ansiBrightMagenta":"#6C71C4",
"terminal.ansiBrightRed":"#DC322F",
"terminal.ansiBrightWhite":"#002B36",
"terminal.ansiBrightYellow":"#B58900",
"terminal.ansiCyan":"#2AA198",
"terminal.ansiGreen":"#859900",
"terminal.ansiMagenta":"#6C71C4",
"terminal.ansiRed":"#DC322F",
"terminal.ansiWhite":"#586E75",
"terminal.ansiYellow":"#B58900"
},
"terminal.integrated.fontFamily": "'Go Mono for Powerline'",
"terminal.integrated.fontSize": 14,
"terminal.integrated.fontWeight": "600",
"terminal.external.linuxExec": "terminator",
"editor.quickSuggestions": {
"other": false,
"comments": false,
"strings": false
},
"editor.fontSize": 16,
"editor.tabSize": 2,
"editor.parameterHints.enabled": false,
"editor.wordBasedSuggestions": false,
"editor.suggestOnTriggerCharacters": false,
"editor.minimap.enabled": false,
"editor.autoClosingQuotes": "never",
"editor.autoSurround": "never",
"explorer.openEditors.visible": 0,
"editor.autoClosingBrackets": "never",
"workbench.editor.enablePreview": false,
"sync.gist": "0860b3d756f2d9ce53e013aca4ca9124",
"sync.autoDownload": false,
"sync.autoUpload": false,
"sync.forceDownload": false,
"sync.quietSync": false,
"sync.askGistName": false,
"material-icon-theme.showUpdateMessage": false,
"gitlens.advanced.messages": {
"suppressCommitHasNoPreviousCommitWarning": false,
"suppressCommitNotFoundWarning": false,
"suppressFileNotUnderSourceControlWarning": false,
"suppressGitVersionWarning": false,
"suppressLineUncommittedWarning": false,
"suppressNoRepositoryWarning": false,
"suppressResultsExplorerNotice": false,
"suppressShowKeyBindingsNotice": true,
"suppressUpdateNotice": false,
"suppressWelcomeNotice": true
},
"gitlens.keymap": "alternate",
"sync.removeExtensions": true,
"sync.syncExtensions": true,
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"zenMode.hideLineNumbers": false,
"workbench.iconTheme": "material-icon-theme"
}