-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvscode.json
184 lines (184 loc) · 5.51 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
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
{
"[go]": {
"editor.tabSize": 4
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features",
"editor.formatOnSave": false
},
"[jsonc]": {
"editor.defaultFormatter": "vscode.json-language-features",
"editor.formatOnSave": false
},
"[markdown]": {
"editor.quickSuggestions": {
"comments": "off",
"strings": "off",
"other": "off"
},
"editor.defaultFormatter": "yzhang.markdown-all-in-one"
},
"[plaintext]": {
"editor.quickSuggestions": {
"comments": "off",
"strings": "off",
"other": "off"
}
},
"[properties]": {
"editor.defaultFormatter": "foxundermoon.shell-format"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[yaml]": {
"editor.formatOnSave": false
},
"breadcrumbs.enabled": true,
"editor.formatOnPaste": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "alt",
"editor.quickSuggestions": {
"comments": true,
"other": true,
"strings": true
},
"editor.renderLineHighlight": "gutter",
"editor.renderWhitespace": "boundary",
"editor.tabSize": 2,
"editor.wordWrap": "on",
"explorer.autoReveal": false,
"explorer.confirmDelete": false,
"explorer.confirmDragAndDrop": false,
"files.autoSave": "onFocusChange",
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.confirmSync": false,
"git.inputValidation": true,
"gitlens.advanced.messages": {
"suppressIntegrationDisconnectedTooManyFailedRequestsWarning": true,
"suppressShowKeyBindingsNotice": true
},
"gitlens.hovers.currentLine.over": "line",
"gitlens.keymap": "alternate",
"javascript.updateImportsOnFileMove.enabled": "always",
"prettier.disableLanguages": [
"markdown"
],
"telemetry.enableTelemetry": false,
"typescript.updateImportsOnFileMove.enabled": "always",
"workbench.colorCustomizations": {
"activityBarBadge.background": "#2979FF",
"breadcrumb.activeSelectionForeground": "#2979FF",
"editorSuggestWidget.highlightForeground": "#2979FF",
"editorWidget.border": "#2979FF",
"editorWidget.resizeBorder": "#2979FF",
"list.activeSelectionForeground": "#2979FF",
"list.highlightForeground": "#2979FF",
"list.inactiveSelectionForeground": "#2979FF",
"menu.selectionForeground": "#2979FF",
"menubar.selectionForeground": "#2979FF",
"notificationLink.foreground": "#2979FF",
"panelTitle.activeBorder": "#2979FF",
"pickerGroup.foreground": "#2979FF",
"progressBar.background": "#2979FF",
"scrollbarSlider.activeBackground": "#2979FF50",
"settings.headerForeground": "#2979FF",
"settings.modifiedItemIndicator": "#2979FF",
"tab.activeBorder": "#2979FF",
"textLink.foreground": "#2979FF"
},
"workbench.iconTheme": "Monokai Pro Icons",
"workbench.settings.useSplitJSON": true,
"workbench.startupEditor": "newUntitledFile",
"editor.suggestSelection": "first",
"editor.inlineSuggest.enabled": true,
"workbench.tree.indent": 16,
"workbench.tree.renderIndentGuides": "always",
"redhat.telemetry.enabled": false,
"github.copilot.enable": {
"*": true,
"plaintext": false,
"markdown": false,
"scminput": false,
"yaml": true,
"json": false
},
"[ruby]": {
"editor.defaultFormatter": "Shopify.ruby-lsp",
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.tabSize": 2,
"editor.insertSpaces": true,
"editor.semanticHighlighting.enabled": true
},
"byesig.fold": false,
"byesig.enabled": true,
"byesig.opacity": 0.5,
"byesig.showIcon": false,
"editor.rulers": [
120
],
"gitlens.codeLens.enabled": false,
"gitlens.currentLine.enabled": false,
"githubPullRequests.pullBranch": "never",
"window.openFoldersInNewWindow": "on",
"workbench.editor.revealIfOpen": true,
"workbench.editor.enablePreview": false,
"remote.SSH.defaultExtensions": [
"GitHub.vscode-pull-request-github",
"lucax88x.codeacejumper",
"redhat.vscode-xml"
],
"workbench.editor.wrapTabs": true,
"settingsSync.ignoredExtensions": [
"gimenete.github-linker"
],
"comments.openView": "never",
"githubPullRequests.terminalLinksHandler": "github",
"editor.fontSize": 11,
"task.allowAutomaticTasks": "off",
"terminal.external.osxExec": "iTerm.app",
"git.suggestSmartCommit": false,
"gitlens.telemetry.enabled": false,
"workbench.colorTheme": "One Dark Pro",
"githubPullRequests.commentExpandState": "collapseAll",
"editor.formatOnSave": true,
"diffEditor.renderSideBySide": false,
"rubyLsp.formatter": "auto",
"workbench.editorAssociations": {
"*.svg": "default"
},
"svgPreview.autoOpen": false,
"spellright.language": [
"en"
],
"spellright.documentTypes": [
"markdown",
"latex"
],
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
},
"security.promptForRemoteFileProtocolHandling": false,
"remote.SSH.connectTimeout": 150,
"editor.wordBasedSuggestions": "off",
"vim.vimrc.enable": true,
"vim.smartRelativeLine": true,
"editor.lineNumbers": "relative",
"git.openRepositoryInParentFolders": "never",
"terminal.integrated.scrollback": 10000,
"github.copilot.editor.enableAutoCompletions": true,
"vim.sneak": true,
"vim.sneakUseIgnorecaseAndSmartcase": true
}