-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathyahoo.json
39 lines (34 loc) · 1.18 KB
/
yahoo.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
{
"security.workspace.trust.untrustedFiles": "open",
"security.allowedUNCHosts": [
"wsl.localhost"
],
"workbench.editor.empty.hint": "hidden",
"code-runner.runInTerminal": true,
"explorer.confirmDragAndDrop": false,
"editor.fontLigatures": true,
"editor.fontFamily": "'cascadia code', 'azeret mono'",
"editor.cursorSmoothCaretAnimation": "on",
"editor.cursorBlinking": "phase",
"workbench.settings.applyToAllProfiles": [
"workbench.colorCustomizations"
],
"editor.minimap.enabled": false,
"editor.stickyScroll.enabled": false,
"editor.smoothScrolling": true,
"editor.mouseWheelZoom": true,
"workbench.activityBar.location": "hidden",
"terminal.integrated.mouseWheelZoom": true,
"terminal.integrated.fontSize": 22,
"files.autoSave": "afterDelay",
"workbench.colorTheme": "Palenight (Mild Contrast)",
"workbench.colorCustomizations": {
"terminal.background": "#00000000"
},
"window.titleBarStyle": "custom",
"vscode_custom_css.imports": [
"file:///C:/Users/rahel/custom.css"
],
"explorer.confirmDelete": false,
"workbench.statusBar.visible": false,
}