-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.json
More file actions
54 lines (54 loc) · 2.47 KB
/
settings.json
File metadata and controls
54 lines (54 loc) · 2.47 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
{
"editor.fontFamily": "JetBrainsMono Nerd Font",
"explorer.confirmDelete": false,
"editor.minimap.enabled": false,
"editor.cursorSurroundingLines": 15,
"editor.cursorStyle": "line",
"editor.cursorSmoothCaretAnimation": "on",
"editor.cursorBlinking": "phase",
"editor.smoothScrolling": true,
"editor.fontSize": 15,
"terminal.integrated.smoothScrolling": true,
"terminal.integrated.detectLocale": "auto",
"terminal.integrated.gpuAcceleration": "off",
"workbench.iconTheme": "material-icon-theme",
"workbench.list.smoothScrolling": true,
"workbench.preferredDarkColorTheme": "One Dark Pro Darker",
"workbench.colorTheme": "One Dark Pro Darker",
"oneDarkPro.editorTheme": "One Dark Pro Darker",
"window.titleBarStyle": "custom",
"security.workspace.trust.untrustedFiles": "open",
"security.workspace.trust.banner": "never",
"security.workspace.trust.startupPrompt": "never",
"vscord.app.name": "VSCodium",
"vscord.status.problems.enabled": false,
"vscord.status.details.text.debugging": "",
"vscord.status.image.large.idle.text": "murr 🐈",
"vscord.status.state.text.editing": "📂・{directory_name}/{file_name}{file_extension}",
"vscord.status.state.text.viewing": "📂・{directory_name}/{file_name}{file_extension}",
"vscord.status.details.text.editing": "📝・{current_line}/{line_count}︱{file_size}",
"vscord.status.details.text.viewing": "📝・{current_line}/{line_count}︱{file_size}",
"vscord.status.details.text.idle": "function Idle(🍔)",
"vscord.status.details.text.notInFile": "function Idle(🍔)",
"security.workspace.trust.enabled": false,
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"workbench.startupEditor": "none",
"go.toolsManagement.autoUpdate": true,
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"typescript.updateImportsOnFileMove.enabled": "always",
"editor.codeActionsOnSave": {},
"vscord.status.state.debugging.enabled": false,
"vscord.status.buttons.button1.git.active.enabled": false,
"vscord.status.buttons.button1.enabled": false,
"vscord.status.buttons.button1.git.idle.enabled": false,
"vscord.status.buttons.button1.git.inactive.enabled": false,
"css.lint.unknownAtRules": "ignore",
"editor.quickSuggestions": {
"strings": true
},
"markdown-preview-enhanced.previewColorScheme": "editorColorScheme"
}