-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.json
More file actions
62 lines (52 loc) · 1.93 KB
/
Copy pathsettings.json
File metadata and controls
62 lines (52 loc) · 1.93 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
62
{
//* CodeSnap
"codesnap.backgroundColor": "transparent",
"codesnap.boxShadow": "transparent",
"codesnap.realLineNumbers": true,
//* Animation
"animations.Install-Method": "Custom UI Style",
"custom-ui-style.external.imports": [
"file:///d:/nologo-vscode/nologo.css",
"file:///c:/Users/Syahril/.vscode/extensions/brandonkirbyson.vscode-animations-2.0.7/dist/updateHandler.js"
],
//* Theme and Icon
"workbench.colorTheme": "Anysphere Modern",
"workbench.iconTheme": "material-icon-theme",
//* glassit (transparent)
"glassit.alpha": 255, // Ctrl+Alt+Z, Ctrl+Alt+C
//* Font
"editor.fontSize": 14,
"editor.fontLigatures": true,
"editor.fontFamily": "FiraCode Nerd Font, Hack Nerd Font, SauceCodePro Nerd Font, RobotoMono Nerd Font, JetBrainsMono Nerd Font",
//* Important settings
// "window.zoomLevel": 0.5,
"editor.minimap.enabled": false,
"editor.stickyScroll.enabled": false,
"editor.inlineSuggest.enabled": false, // because i hate inline suggestions
"window.commandCenter": false,
"workbench.layoutControl.enabled": false,
"chat.commandCenter.enabled": false,
"window.menuBarVisibility": "compact",
"window.title": "${activeEditorShort}",
"terminal.integrated.shellIntegration.enabled": false,
"terminal.integrated.suggest.enabled": false, // its laggy
//* Left side
"workbench.activityBar.location": "hidden",
//* Bottom
"workbench.statusBar.visible": false,
//* Auto save
"files.autoSave": "afterDelay",
"files.autoSaveDelay": 2000,
//* Format On Paste
"editor.formatOnPaste": true,
//* Java
"redhat.telemetry.enabled": true,
"java.configuration.runtimes": [
{
"name":"JavaSE-21",
"path": "D:/open_jdk/grallvm_jdk/graalvm-jdk-21.0.7+8.1"
}
],
"git.autofetch": true,
"editor.defaultFormatter": "esbenp.prettier-vscode"
}