-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathvscode_settings.json
More file actions
39 lines (39 loc) · 1.4 KB
/
vscode_settings.json
File metadata and controls
39 lines (39 loc) · 1.4 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
{
"workbench.colorTheme": "Gruvbox Dark Hard",
"editor.inlineSuggest.suppressSuggestions": true,
"cody.suggestions.mode": "auto-edit (Experimental)",
"chat.commandCenter.enabled": false,
"workbench.layoutControl.enabled": false,
"workbench.navigationControl.enabled": false,
"window.commandCenter": false,
"editor.minimap.enabled": false,
"editor.scrollbar.vertical": "hidden",
"editor.scrollbar.horizontal": "hidden",
"editor.lightbulb.enabled": "off",
"rust-analyzer.lens.implementations.enable": false,
"workbench.activityBar.location": "hidden",
"gitlens.plusFeatures.enabled": false,
"gitlens.codeLens.enabled": false,
"editor.occurrencesHighlight": "off",
"editor.selectionHighlight": false,
"editor.renderLineHighlight": "none",
"editor.stickyScroll.maxLineCount": 1,
"editor.suggest.showIcons": false,
"outline.icons": false,
"gitlens.showWhatsNewAfterUpgrades": false,
"cody.experimental.minion.anthropicKey": "foo",
"vim.visualstar": true,
"vim.normalModeKeyBindings": [
{
"before": ["g", "R"],
"commands": ["editor.action.goToReferences"]
},
{
"before": ["g", "y"],
"commands": ["editor.action.goToTypeDefinition"]
}
],
"vim.useSystemClipboard": true,
"editor.fontFamily": "BerkeleyMono Nerd Font Mono",
"editor.fontSize": 13
}