-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.vscode-settings
26 lines (26 loc) · 1.21 KB
/
.vscode-settings
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
."editor.fontFamily" = "Monaspace Neon Var"
."editor.fontLigatures" = "'calt', 'liga', 'dlig', 'ss01', 'ss02', 'ss03', 'ss04', 'ss05', 'ss06', 'ss07', 'ss08'"
."telemetry.telemetryLevel" = "off"
."window.restoreWindows" = "none"
."workbench.editor.restoreViewState" = false
."workbench.startupEditor" = "none"
."editor.bracketPairColorization.enabled" = true
."editor.guides.bracketPairs" = "active"
."redhat.telemetry.enabled" = false
."peacock.surpriseMeOnStartup" = true
."editor.fontSize" = 16
."editor.fontVariations" = true
."editor.formatOnSave" = true
."editor.formatOnPaste" = true
."editor.codeActionsOnSave" = {"source.fixAll": "explicit"}
."workbench.iconTheme" = "file-icons"
."workbench.editor.enablePreview" = false
."window.autoDetectColorScheme" = true
."workbench.preferredLightColorTheme" = "GitHub Light"
."workbench.preferredDarkColorTheme" = "GitHub Dark"
."workbench.preferredHighContrastLightColorTheme" = "GitHub Light High Contrast"
."workbench.preferredHighContrastColorTheme" = "GitHub Dark High Contrast"
."editor.defaultFormatter" = "esbenp.prettier-vscode"
."remote.autoForwardPortsSource" = "hybrid"
."[terraform].editor.formatOnSave" = true
."[terraform].editor.defaultFormatter" = "hashicorp.terraform"