-
Notifications
You must be signed in to change notification settings - Fork 49
Expand file tree
/
Copy pathsettings.json
More file actions
61 lines (61 loc) · 2.23 KB
/
Copy pathsettings.json
File metadata and controls
61 lines (61 loc) · 2.23 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
{
"code-runner.clearPreviousOutput": true,
"editor.minimap.enabled": false,
"code-runner.runInTerminal": true,
"liveServer.settings.donotShowInfoMsg": true,
"workbench.iconTheme": "catppuccin-mocha",
"editor.fontFamily": "JetBrainsMono Nerd Font",
"editor.formatOnPaste": true,
"editor.bracketPairColorization.independentColorPoolPerBracketType": true,
"workbench.colorCustomizations": {},
"explorer.confirmDragAndDrop": false,
"editor.codeLensFontFamily": "\"JetBrains Mono\"",
"editor.linkedEditing": true,
"liveServer.settings.donotVerifyTags": true,
"git.ignoreMissingGitWarning": true,
"workbench.startupEditor": "none",
"git.openRepositoryInParentFolders": "never",
"json.schemas": [],
"editor.fontLigatures": false,
"workbench.colorTheme": "Catppuccin Mocha",
"files.autoSave": "afterDelay",
"workbench.layoutControl.enabled": false,
"explorer.decorations.colors": false,
"explorer.compactFolders": false,
"window.title": " ",
"workbench.statusBar.visible": false,
"window.menuBarVisibility": "compact",
"window.commandCenter": false,
"catppuccin.accentColor": "sapphire",
"catppuccin.bracketMode": "neovim",
"catppuccin.workbenchMode": "flat",
"editor.multiCursorModifier": "ctrlCmd",
"apc.electron": {
"frame": false,
"titleBarStyle": "hidden"
},
"window.titleBarStyle": "native",
"window.customTitleBarVisibility": "never",
"apc.font.family": "JetBrainsMono Nerd Font",
"apc.monospace.font.family": "JetBrainsMono Nerd Font",
"workbench.sideBar.location": "right",
"update.mode": "none",
"editor.smoothScrolling": true,
"editor.cursorBlinking": "smooth",
"editor.cursorSmoothCaretAnimation": "on",
"workbench.list.smoothScrolling": true,
"workbench.activityBar.location": "hidden",
"terminal.integrated.smoothScrolling": true,
"terminal.integrated.fontFamily": "JetBrainsMono Nerd Font",
"workbench.editor.empty.hint": "hidden",
"security.allowedUNCHosts": ["wsl.localhost", "wsl$"],
"go.toolsManagement.autoUpdate": true,
"remote.autoForwardPortsSource": "hybrid",
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.lineHeight": 1.5,
"[yaml]": {
"editor.formatOnSave": false,
"editor.formatOnType": false
}
}